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