summaryrefslogtreecommitdiff
path: root/src/z-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/z-util.h')
-rw-r--r--src/z-util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/z-util.h b/src/z-util.h
index e9bbf873..914a64e7 100644
--- a/src/z-util.h
+++ b/src/z-util.h
@@ -15,7 +15,6 @@ extern "C" {
/* Aux functions */
extern void (*plog_aux)(cptr);
extern void (*quit_aux)(cptr);
-extern void (*core_aux)(cptr);
/**** Available Functions ****/
@@ -36,10 +35,6 @@ extern void plog(cptr str);
/* Exit, with optional message */
extern void quit(cptr str);
-/* Dump core, with optional message */
-extern void core(cptr str);
-
-
#ifdef __cplusplus
} /* extern "C" */