Skip to content

Commit 14a4777

Browse files
committed
Fix main header file.
1 parent 019f86c commit 14a4777

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/table.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef CASETABLE_NOREALLOC_H
2+
#define CASETABLE_NOREALLOC_H
3+
14
#include <stdio.h>
25
#include <string.h>
36
#include <stdlib.h>
@@ -35,4 +38,6 @@ int ctDel(CaseTable *t, char key[]);
3538
int ctPop(CaseTable *t, char key[]);
3639

3740
// Helper
38-
void ctFree(CaseTable *t);
41+
void ctFree(CaseTable *t);
42+
43+
#endif

0 commit comments

Comments
 (0)