summaryrefslogtreecommitdiff
path: root/commands.h
blob: f774e72ca384f2ff0929794abbc6c6c169494b99 (plain)
1
2
3
4
5
6
7
8
9
#ifndef COMMANDS_H
#define COMMANDS_H

#include <glib.h>
#include <gio/gio.h>

void commands_handle(GSocketConnection *connection, const gchar *cmd, GError **error);

#endif