#ifndef _BUFFER_H
#define _BUFFER_H

#include "client/window.h"

struct buffer *get_next_buffer(struct window *state);

#endif