summaryrefslogtreecommitdiff
path: root/lib/util.h
blob: e603a0c446ed76fde2a59f831d6f991c9bdfd71a (plain)
1
2
3
4
5
6
7
#ifndef _util_h_
#define _util_h_

extern char *initd_basename(const char *path);
extern char *initd_dirname(const char *path);

#endif /* _util_h_ */