]> git.draconx.ca Git - cdecl99.git/blobdiff - src/normalize.h
Separate specifier handling from the output routines.
[cdecl99.git] / src / normalize.h
diff --git a/src/normalize.h b/src/normalize.h
new file mode 100644 (file)
index 0000000..3785df5
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef CDECL_NORMALIZE_H_
+#define CDECL_NORMALIZE_H_
+
+struct cdecl_declspec;
+struct cdecl_declspec *cdecl__normalize_specs(struct cdecl_declspec *specs);
+
+#endif