From a4270020addc324fb60d2b1b446b41bc31e3baf8 Mon Sep 17 00:00:00 2001 From: Lucas Castro Date: Wed, 10 Jan 2024 22:33:44 -0300 Subject: Import Upstream version 1.0.4 --- save_statuses.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 save_statuses.h (limited to 'save_statuses.h') diff --git a/save_statuses.h b/save_statuses.h new file mode 100644 index 0000000..2086b34 --- /dev/null +++ b/save_statuses.h @@ -0,0 +1,17 @@ +/* + +(C) 2013 Mika Ilmaranta + +License: GPLv2 + +*/ + +#ifndef __SAVE_STATUSES_H__ +#define __SAVE_STATUSES_H__ + +void save_statuses(CONFIG *first); +void restore_statuses(CONFIG *first); + +#endif + +/* EOF */ -- cgit v1.2.3