1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#ifndef SEEN_INK_STOCK_ITEMS_H #define SEEN_INK_STOCK_ITEMS_H /* * Stock-items * * Stock Item management code * * Authors: * John Cliff <simarilius@yahoo.com> * * Copyright 2004 John Cliff * */ #include <glib/gtypes.h> class SPObject; SPObject *get_stock_item(gchar const *urn); #endif // SEEN_INK_STOCK_ITEMS_H