blob: 28fba6de91e89381f9e0d62ab2f9f8629dba9346 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef CONTROL_COMMANDS_H
#define CONTROL_COMMANDS_H
#include <glib.h>
#include <gio/gio.h>
void control_commands_handle(GSocketConnection *connection, const gchar *cmd);
#endif
|