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