summaryrefslogtreecommitdiff
path: root/control_service.h
blob: 70cadc51ae31510226ecdaf831700e251f6f34d9 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CONTROL_SERVICE_H
#define CONTROL_SERVICE_H

#include <glib.h>

gboolean control_service_start();
void control_service_stop();

#endif