summaryrefslogtreecommitdiff
path: root/epan/g_ascii_strtoull.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
commit996d4db495e60df8a627097e3885acdce209132c (patch)
tree31a9a64d87d2dd5f357179caf0fe9fe8538dfeb6 /epan/g_ascii_strtoull.h
parent5db0c85982c837278fb397d53233303cd0eaf8e3 (diff)
downloadwireshark-996d4db495e60df8a627097e3885acdce209132c.tar.gz
Ethereal->Wireshark
svn path=/trunk/; revision=18234
Diffstat (limited to 'epan/g_ascii_strtoull.h')
-rw-r--r--epan/g_ascii_strtoull.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/g_ascii_strtoull.h b/epan/g_ascii_strtoull.h
index dc24df0936..0b9c890913 100644
--- a/epan/g_ascii_strtoull.h
+++ b/epan/g_ascii_strtoull.h
@@ -5,8 +5,8 @@
* that don't have it (e.g., GLib 1.2[.x]).
*/
-#ifndef __ETHEREAL_G_ASCII_STRTOULL_H__
-#define __ETHEREAL_G_ASCII_STRTOULL_H__
+#ifndef __WIRESHARK_G_ASCII_STRTOULL_H__
+#define __WIRESHARK_G_ASCII_STRTOULL_H__
extern guint64 g_ascii_strtoull (const gchar *nptr,
gchar **endptr,