summaryrefslogtreecommitdiffstats
path: root/src/util.h
blob: 262d26cc6738f2f16e2f7f0a5996b40f31a301af (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef fooutilhfoo
#define fooutilhfoo

#include <sys/types.h>

char *basename(char *path);
ssize_t loop_read(int FILEDES, void *BUFFER, size_t SIZE);
ssize_t loop_write(int FILEDES, const void *BUFFER, size_t SIZE);

#endif