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

#include "client/client.h"

struct buffer *get_next_buffer(struct client_state *state);

#endif