summaryrefslogtreecommitdiffstats
path: root/src/helper/stock-items.h
blob: 0d1bb20fc975957d8c32db02a1367d9a31151727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// SPDX-License-Identifier: GPL-2.0-or-later
/** @file
 * TODO: insert short description here
 *//*
 * Authors:
 * see git history
 * John Cliff <simarilius@yahoo.com>
 *
 * Copyright (C) 2012 Authors
 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
 */
#ifndef SEEN_INK_STOCK_ITEMS_H
#define SEEN_INK_STOCK_ITEMS_H

#include <glib.h>

class SPObject;

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

#endif // SEEN_INK_STOCK_ITEMS_H