summaryrefslogtreecommitdiff
path: root/output/outlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'output/outlib.h')
-rw-r--r--output/outlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outlib.h b/output/outlib.h
index babe1d0e..f3cd1bc6 100644
--- a/output/outlib.h
+++ b/output/outlib.h
@@ -49,7 +49,7 @@ void null_debug_linenum(const char *filename, int32_t linenumber,
int32_t segto);
void null_debug_deflabel(char *name, int32_t segment, int64_t offset,
int is_global, char *special);
-void null_debug_routine(const char *directive, const char *params);
+void null_debug_directive(const char *directive, const char *params);
void null_debug_typevalue(int32_t type);
void null_debug_output(int type, void *param);
void null_debug_cleanup(void);