moved the old Changelog, which only contained log from the old centericq
[centerim.git] / src / accountmanager.h
blobf072016b7caf6707586df6fbfd058f8209b60d15
1 #ifndef __ACCOUNTMANAGER_H__
2 #define __ACCOUNTMANAGER_H__
4 #include "icqconf.h"
6 class accountmanager {
7 protected:
8 icqconf::imaccount addcontact();
9 bool fopen;
11 public:
12 accountmanager();
13 ~accountmanager();
15 void exec();
17 bool isopen() const;
20 extern accountmanager manager;
22 #endif