1999-12-13 Nat Friedman <nat@helixcode.com> * ebook/e-book.h: New file. * ebook/e-book.c: New file. * ebook/e-card.h: New file. * ebook/e-card-fields.h: New file. * ebook/e-commerce.h: New file. :-) svn path=/trunk/; revision=1486
16 lines
214 B
C
16 lines
214 B
C
#ifndef __E_COMMERCE_H__
|
|
#define __E_COMMERCE_H__
|
|
|
|
typedef {
|
|
GtkObject parent;
|
|
} ECommerce;
|
|
|
|
typedef {
|
|
GtkObjectClass parent;
|
|
} ECommerceClass;
|
|
|
|
ECommerce *e_commerce_new (void)
|
|
|
|
#endif /* ! __E_COMMERCE_H__ */
|
|
|