summaryrefslogtreecommitdiffstats
path: root/hashtbl.h
diff options
context:
space:
mode:
authorKamil Kaminski <kamilkss@gmail.com>2010-11-28 23:52:09 -0600
committerKamil Kaminski <kamilkss@gmail.com>2010-11-28 23:52:09 -0600
commit2b125bbbf3ff8c5e57e2ee2b002dc19205bb9a47 (patch)
tree81977372fcebc8dcb5cbfa2b235434d8cc78f9a0 /hashtbl.h
parent4466182539196d2a2379481f08f0b0cacdf8ca75 (diff)
downloadhashtable-2b125bbbf3ff8c5e57e2ee2b002dc19205bb9a47.tar.gz
hashtable-2b125bbbf3ff8c5e57e2ee2b002dc19205bb9a47.tar.bz2
hashtable-2b125bbbf3ff8c5e57e2ee2b002dc19205bb9a47.zip
trivial
Diffstat (limited to 'hashtbl.h')
-rw-r--r--hashtbl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hashtbl.h b/hashtbl.h
index 70428f8..97c89a6 100644
--- a/hashtbl.h
+++ b/hashtbl.h
@@ -1,5 +1,5 @@
-#ifndef HASHTBL_H_
-#define HASHTBL_H_
+#ifndef _HASHTBL_H_
+#define _HASHTBL_H_
#include <stdio.h>
#include <stdlib.h>