summaryrefslogtreecommitdiff
path: root/support/findme.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-09-10 01:27:09 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-09-10 01:27:09 +0000
commit711d241ac7c8f6e289a3deb66643a74ce184f4d2 (patch)
treeebe38c8cce6c717f8f6402f5815ed7b785da4177 /support/findme.h
parenta7b787822872645e6f8d28f4f897c2428ba74c46 (diff)
downloadshared-mime-info-711d241ac7c8f6e289a3deb66643a74ce184f4d2.tar.gz
Merge from popt CVS.
Merge from popt CVS. svn path=/trunk/; revision=913
Diffstat (limited to 'support/findme.h')
-rw-r--r--support/findme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/findme.h b/support/findme.h
index fdd01d52..5e93963d 100644
--- a/support/findme.h
+++ b/support/findme.h
@@ -5,6 +5,6 @@
#ifndef H_FINDME
#define H_FINDME
-char * findProgramPath(char * argv0);
+const char * findProgramPath(const char * argv0);
#endif