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