ldc: Small fixes (includes, less warnings etc.)
[h316.git] / pc-tools / ldc / ldc.h
diff --git a/pc-tools/ldc/ldc.h b/pc-tools/ldc/ldc.h
new file mode 100644 (file)
index 0000000..8a5b157
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef LDC_H
+#define LDC_H
+
+void errf (char *format, ...);
+
+#endif