| 18 |
#include "bbs.h" |
#include "bbs.h" |
| 19 |
#include "bbs_cmd.h" |
#include "bbs_cmd.h" |
| 20 |
#include "common.h" |
#include "common.h" |
| 21 |
|
#include "log.h" |
| 22 |
#include "io.h" |
#include "io.h" |
| 23 |
|
#include "screen.h" |
| 24 |
#include <dlfcn.h> |
#include <dlfcn.h> |
| 25 |
#include <errno.h> |
#include <errno.h> |
| 26 |
#include <signal.h> |
#include <signal.h> |
| 86 |
|
|
| 87 |
strcpy(temp, app_home_dir); |
strcpy(temp, app_home_dir); |
| 88 |
strcat(temp, "data/license.txt"); |
strcat(temp, "data/license.txt"); |
| 89 |
display_file_ex(temp, 0, 1); |
display_file_ex(temp, 1, 1); |
| 90 |
|
|
| 91 |
return REDRAW; |
return REDRAW; |
| 92 |
} |
} |
| 97 |
|
|
| 98 |
strcpy(temp, app_home_dir); |
strcpy(temp, app_home_dir); |
| 99 |
strcat(temp, "data/copyright.txt"); |
strcat(temp, "data/copyright.txt"); |
| 100 |
display_file_ex(temp, 0, 1); |
display_file_ex(temp, 1, 1); |
| 101 |
|
|
| 102 |
return REDRAW; |
return REDRAW; |
| 103 |
} |
} |