aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-10-11 07:35:02 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-10-11 07:35:02 +0000
commit73fa6fc821cc8a775688f97fc63d76b625305b30 (patch)
treeaecc3ed74fa0c03d46b0b72f5369bb6c9787c799 /util.c
parent647d3b7fede4ee539230975aae2eb77cca648825 (diff)
Fix it to build on Windows.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2488 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index 8f2add4462..eb85be846e 100644
--- a/util.c
+++ b/util.c
@@ -1,7 +1,7 @@
/* util.c
* Utility routines
*
- * $Id: util.c,v 1.46 2000/09/28 03:16:06 gram Exp $
+ * $Id: util.c,v 1.47 2000/10/11 07:35:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -137,7 +137,7 @@ test_for_directory(const char *path)
* character in the pathname, or NULL if the pathname contains no
* separators.
*/
-static char *
+char *
find_last_pathname_separator(char *path)
{
char *separator;