summaryrefslogtreecommitdiff
path: root/include/hashtable.h
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-09-15 18:01:21 -0400
committerMax <mparisi@stevens.edu>2020-09-15 18:01:21 -0400
commit4febf81f59b047482fa0575db45e3b80c18c55a3 (patch)
treeaaef9bf8df52fb56009e770209e93c3ed60c8030 /include/hashtable.h
parent67fd727a3c293215c644bb690bad1db0df67046f (diff)
hashtable.c matches, but needs cleanup
Diffstat (limited to 'include/hashtable.h')
-rw-r--r--include/hashtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashtable.h b/include/hashtable.h
index f2a9f22..93d27cd 100644
--- a/include/hashtable.h
+++ b/include/hashtable.h
@@ -27,7 +27,7 @@ void TableEnter(unkStruct *p1, void *p2);
BOOL TableRemove(unkStruct *p1, void *p2);
void *TableLookup(unkStruct *p1, void *p2);
void TableMapSafe(unkStruct *p1, s32 p2, s32 p3);
-void TableMapSafe2(unkStruct *p1, s32 p2, s32 p3);
+void *TableMapSafe2(unkStruct *p1, s32 p2, s32 p3);
#ifdef __cplusplus
}