aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaybar/ipc.h
blob: 7f71a5065bed3488a22ac7dadf3747d0b0b3d4f4 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _SWAYBAR_IPC_H
#define _SWAYBAR_IPC_H
#include "swaybar/bar.h"

void ipc_get_config(struct swaybar *bar, const char *bar_id);
void handle_ipc_event(struct swaybar *bar);

#endif