summaryrefslogtreecommitdiffstats
path: root/include/client/buffer.h
blob: eb9973ed273eff0f4d46f6f655c51bfc41b234b1 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _BUFFER_H
#define _BUFFER_H

#include "client/window.h"

struct buffer *get_next_buffer(struct window *state);

#endif