#ifndef SEEN_INK_STOCK_ITEMS_H #define SEEN_INK_STOCK_ITEMS_H /* * Stock-items * * Stock Item management code * * Authors: * John Cliff * * Copyright 2004 John Cliff * */ #include class SPObject; SPObject *get_stock_item(gchar const *urn, gboolean stock=FALSE); #endif // SEEN_INK_STOCK_ITEMS_H