+ Have the DEBUG version compile
authorcarl <cecodere@yahoo.ca>
Sun, 17 Mar 2019 14:22:29 +0000 (22:22 +0800)
committercarl <cecodere@yahoo.ca>
Sun, 17 Mar 2019 14:46:31 +0000 (22:46 +0800)
modules/src/idf/idf_pkg.spec

index 3db6b9d..eb7b634 100644 (file)
@@ -43,3 +43,7 @@ extern void init_idf(void);
 struct idf *str2idf(char* tg, int cp);
 
 #define        findidf(tg)     str2idf(tg, -1)
+
+#ifdef IDF_DEBUG
+void idfappfun(int (*fun)(struct idf *, int), int opt);
+#endif