libsysutils

view include/sysutils.h @ 1:c1323f9f202d

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 05 May 2015 05:51:56 +0300
parents a8277d8f687a
children
line source
1 #ifndef LIBSYSUTILS_H_
2 #define LIBSYSUTILS_H_
4 #include "datapath.h"
5 #include "sysinfo.h"
7 int sysu_init(const char *appname, const char *inst_prefix);
8 void sysu_shutdown(void);
10 #endif /* LIBSYSUTILS_H_ */