Changeset 1220 for trunk/auto-reply
- Timestamp:
- 03/03/00 03:01:25 (9 years ago)
- Location:
- trunk/auto-reply/src
- Files:
-
- 2 modified
-
autoreply.cpp (modified) (1 diff)
-
main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply/src/autoreply.cpp
r1193 r1220 14 14 15 15 #include "autoreply.h" 16 #include "l og.h"17 #include " icqd.h"18 #include " file.h"19 #include " user.h"20 #include " constants.h"16 #include "licq_log.h" 17 #include "licq_icqd.h" 18 #include "licq_file.h" 19 #include "licq_user.h" 20 #include "licq_constants.h" 21 21 22 22 extern "C" { const char *LP_Version(); } -
trunk/auto-reply/src/main.cpp
r1120 r1220 5 5 #include <stdio.h> 6 6 #include <unistd.h> 7 #include " plugin.h"7 #include "licq_plugin.h" 8 8 #include "autoreply.h" 9 9
