Skip to content
Snippets Groups Projects
Commit 8e586a0b authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

prototype changed

Rev: src/pike_memory.c:1.9
parent a5001ec7
No related branches found
No related tags found
No related merge requests found
...@@ -858,7 +858,7 @@ void cleanup_memhdrs(void) ...@@ -858,7 +858,7 @@ void cleanup_memhdrs(void)
mt_destroy(&debug_malloc_mutex); mt_destroy(&debug_malloc_mutex);
} }
int main(int argc, char *argv[], char **env) int main(int argc, char **argv, char **env)
{ {
extern int dbm_main(int, char **, char**); extern int dbm_main(int, char **, char**);
mt_init(&debug_malloc_mutex); mt_init(&debug_malloc_mutex);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment