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