diff options
author | Max <mparisi@stevens.edu> | 2020-09-15 18:01:21 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-15 18:01:21 -0400 |
commit | 4febf81f59b047482fa0575db45e3b80c18c55a3 (patch) | |
tree | aaef9bf8df52fb56009e770209e93c3ed60c8030 /include/hashtable.h | |
parent | 67fd727a3c293215c644bb690bad1db0df67046f (diff) |
hashtable.c matches, but needs cleanup
Diffstat (limited to 'include/hashtable.h')
-rw-r--r-- | include/hashtable.h | 2 |
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
}
|