summaryrefslogtreecommitdiff
path: root/src/lib-popt/findme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib-popt/findme.h')
-rw-r--r--src/lib-popt/findme.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib-popt/findme.h b/src/lib-popt/findme.h
deleted file mode 100644
index fdd01d52..00000000
--- a/src/lib-popt/findme.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
- file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
-
-#ifndef H_FINDME
-#define H_FINDME
-
-char * findProgramPath(char * argv0);
-
-#endif