aboutsummaryrefslogtreecommitdiff
path: root/save_statuses.h
blob: 2086b34a457ee88e6a84a8fa7f28a257aaf24d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*

(C) 2013 Mika Ilmaranta <ilmis@nullnet.fi>

License: GPLv2

*/

#ifndef __SAVE_STATUSES_H__
#define __SAVE_STATUSES_H__

void save_statuses(CONFIG *first);
void restore_statuses(CONFIG *first);

#endif

/* EOF */