libsysutils

diff src/datapath.c @ 1:c1323f9f202d

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 05 May 2015 05:51:56 +0300
parents
children 36936815cc92
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/datapath.c	Tue May 05 05:51:56 2015 +0300
     1.3 @@ -0,0 +1,5 @@
     1.4 +#include "datapath.h"
     1.5 +
     1.6 +const char *sysu_get_directory(enum sysu_dir_type type)
     1.7 +{
     1.8 +}