~ubuntu-branches/ubuntu/quantal/logrotate/quantal

1
2
3
4
5
6
7
8
9
#ifndef H_BASENAMES
#define H_BASENAMES

/* returns a pointer inside of name */
char *ourBaseName(char *name);
/* returns a malloc'd string which must be freed by the caller */
char *ourDirName(char *origname);

#endif