summaryrefslogtreecommitdiffstats
path: root/src/helper/stock-items.h
blob: 7299e070e9f597be69c2d813faf4af86b1f1175a (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/gtypes.h>

class SPObject;

SPObject *get_stock_item(gchar const *urn);

#endif // SEEN_INK_STOCK_ITEMS_H