]> git.draconx.ca Git - cdecl99.git/blobdiff - src/cdecl.h
Add never-interactive flex option.
[cdecl99.git] / src / cdecl.h
index 9b3e5da9a28b2ab7042b0e89d532723a5b040f59..c4dad87a38106c6c107fa5ffc7515b5411cd878b 100644 (file)
@@ -96,9 +96,11 @@ struct cdecl {
 };
 
 struct cdecl *cdecl_parse_decl(const char *declstr);
+struct cdecl *cdecl_parse_english(const char *english);
 void cdecl_free(struct cdecl *decl);
 
 size_t cdecl_explain(char *buf, size_t n, struct cdecl *decl);
+size_t cdecl_declare(char *buf, size_t n, struct cdecl *decl);
 
 static inline int cdecl_spec_kind(struct cdecl_declspec *spec)
 {