symm: Expunge stubby header files from the source tree.
[catacomb] / symm / stub.h.in
diff --git a/symm/stub.h.in b/symm/stub.h.in
new file mode 100644 (file)
index 0000000..7253194
--- /dev/null
@@ -0,0 +1,15 @@
+%## -*-c-*-
+%##
+%## Skeleton stub header file.
+%#
+/* -*-c-*-
+ *
+ * Stub header for @{descr}
+ */
+
+#ifndef CATACOMB_@{name:u}_H
+#define CATACOMB_@{name:u}_H
+
+#include "@base.h"
+
+#endif