summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luapplib/src/util/utillog.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luapplib/src/util/utillog.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/luapplib/src/util/utillog.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luapplib/src/util/utillog.h b/Build/source/texk/web2c/luatexdir/luapplib/src/util/utillog.h
deleted file mode 100644
index c30e0ff0f57..00000000000
--- a/Build/source/texk/web2c/luatexdir/luapplib/src/util/utillog.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#ifndef UTIL_LOG_H
-#define UTIL_LOG_H
-
-typedef void (*logger_function) (const char *message, void *alien);
-void loggerf (const char *format, ...);
-void logger_callback (logger_function callback, void *context);
-int logger_prefix (const char *prefix);
-
-#endif \ No newline at end of file