diff options
| author | spv <aquaticvegetable@gmail.com> | 2022-04-22 13:33:36 -0400 |
|---|---|---|
| committer | spv <aquaticvegetable@gmail.com> | 2022-04-22 13:33:36 -0400 |
| commit | f6a6595c6df8266673decccbd909aecf4cd60cf0 (patch) | |
| tree | cd06d24ffd1fa8d67d95f4fd298a8133038383ff /src/common.h | |
| parent | 64ef7cbaf51af9a60c19ff28c8cb5537c8134454 (diff) | |
wip compile on device
Diffstat (limited to 'src/common.h')
| -rwxr-xr-x | src/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 8f5a32b..9550400 100755 --- a/src/common.h +++ b/src/common.h @@ -12,4 +12,6 @@ struct racoon_offsets { extern char* fuck_memory_leaks; -#endif
\ No newline at end of file +void* memmem(const void *l, size_t l_len, const void *s, size_t s_len); + +#endif |
