mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-02-11 08:47:58 +01:00
8 lines
133 B
C
8 lines
133 B
C
#ifndef _BUFFER_H
|
|
#define _BUFFER_H
|
|
|
|
#include "client/client.h"
|
|
|
|
struct buffer *get_next_buffer(struct client_state *state);
|
|
|
|
#endif
|