GnuCash 2.4.99
bar.h
00001 /* bar.h: header for a dependency-free, guile-free client lib */
00002 
00003 #ifndef BAR_H
00004 #define BAR_H
00005 
00006 int bar_hello(void);
00007 
00008 #endif
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines