]> git.stg.codes - stg.git/blobdiff - projects/rlm_stg/radlog.h
Port to CMake, get rid of os_int.h.
[stg.git] / projects / rlm_stg / radlog.h
diff --git a/projects/rlm_stg/radlog.h b/projects/rlm_stg/radlog.h
deleted file mode 100644 (file)
index 00a5dcb..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __STG_RADLOG_H__
-#define __STG_RADLOG_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void RadLog(const char* format, ...);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif