// SPDX-License-Identifier: GPL-2.0-or-later /** @file * TODO: insert short description here *//* * Authors: * see git history * John Cliff * * 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 class SPObject; SPObject *get_stock_item(gchar const *urn, gboolean stock=FALSE); #endif // SEEN_INK_STOCK_ITEMS_H