GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
baz.h
1 /* baz.h: header for a dependency-free, guile-free client lib */
2 
3 #ifndef BAZ_H
4 #define BAZ_H
5 
6 int baz_hello(void);
7 
8 #endif