Files
evolution/ebook/e-commerce.h
Nat Friedman 8c10a60ff2 New file. New file. New file. New file. New file. :-)
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
1999-12-13 19:00:54 +00:00

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__ */