From b6a1268714671904e96a49b88680dc3ff07aaa1c Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Wed, 6 Oct 2010 16:43:14 +0400 Subject: project cleanup and prepare to release --- pppd_plugin/src/dirutil.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 pppd_plugin/src/dirutil.h (limited to 'pppd_plugin/src/dirutil.h') diff --git a/pppd_plugin/src/dirutil.h b/pppd_plugin/src/dirutil.h deleted file mode 100644 index 4c9aa87..0000000 --- a/pppd_plugin/src/dirutil.h +++ /dev/null @@ -1,14 +0,0 @@ -/* dirutil.h ... directory utilities. - * C. Scott Ananian - * - * $Id: dirutil.h,v 1.1.1.1 2000/12/23 08:19:51 scott Exp $ - */ - -/* Returned malloc'ed string representing basename */ -char *basenamex(char *pathname); -/* Return malloc'ed string representing directory name (no trailing slash) */ -char *dirnamex(char *pathname); -/* In-place modify a string to remove trailing slashes. Returns arg. */ -char *stripslash(char *pathname); -/* ensure dirname exists, creating it if necessary. */ -int make_valid_path(char *dirname, mode_t mode); -- cgit v1.2.3