summaryrefslogtreecommitdiffstats
path: root/src/helper/stock-items.h
blob: a0e5cc2a38ee049ba9d0ed8d1dc79210e09e34d4 (plain)
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.h>

class SPObject;

SPObject *get_stock_item(gchar const *urn, gboolean stock=FALSE);

#endif // SEEN_INK_STOCK_ITEMS_H