summaryrefslogtreecommitdiffstats
path: root/trunk/source/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/output.h')
-rw-r--r--trunk/source/output.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/trunk/source/output.h b/trunk/source/output.h
index ab8f7e3c2d..1fa77fd34b 100644
--- a/trunk/source/output.h
+++ b/trunk/source/output.h
@@ -18,5 +18,15 @@
* *********************************************************************** */
void print_stats(void);
+/* ***********************************************************************
+ * called from: chardump
+ * *********************************************************************** */
+void get_full_detail(char* buffer, bool calc_unid);
+
+const char *equip_slot_to_name(int equip);
+
+int equip_name_to_slot(const char *s);
+
+const char *equip_slot_to_name(int equip);
#endif