summaryrefslogtreecommitdiff
path: root/control_commands.h
blob: 03d557bf894d1c6b847b5d834503e9d221001450 (plain)
1
2
3
4
5
6
7
8
#ifndef CONTROL_COMMANDS_H
#define CONTROL_COMMANDS_H

#include <glib.h>

void control_commands_handle(const gchar *cmd);

#endif