summaryrefslogtreecommitdiff
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-03-22 06:38:02 +0000
committerGuy Harris <guy@alum.mit.edu>2009-03-22 06:38:02 +0000
commit6f059e8cb7877efe7c87bbd3c6ee3b6737db950f (patch)
treea27451a98daf585dfa2d4ad90423876e85954d3e /epan/filesystem.h
parent7c6e2155cc01e650987e3adc5529d16c27ad5816 (diff)
downloadwireshark-6f059e8cb7877efe7c87bbd3c6ee3b6737db950f.tar.gz
In Solaris, the second argument to dladdr() is just a void *, not a
const void *. svn path=/trunk/; revision=27813
Diffstat (limited to 'epan/filesystem.h')
-rw-r--r--epan/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index 01c2a60d3e..96adeb7425 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -36,7 +36,7 @@
* and save it for future use. Returns NULL on success, and a
* g_mallocated string containing an error on failure.
*/
-extern char *init_progfile_dir(const char *arg0, const void *main_addr);
+extern char *init_progfile_dir(const char *arg0, void *main_addr);
/*
* Get the directory in which the program resides.