Parent Directory
|
Revision Log
|
Patch
| Revision 1.16 by sysadm, Sat May 17 15:39:51 2025 UTC | Revision 1.18 by sysadm, Wed May 28 07:30:23 2025 UTC | |
|---|---|---|
| # | Line 21 | Line 21 |
| 21 | #include "io.h" | #include "io.h" |
| 22 | #include "screen.h" | #include "screen.h" |
| 23 | #include "menu.h" | #include "menu.h" |
| 24 | #include "section_list_display.h" | |
| 25 | #include <dlfcn.h> | #include <dlfcn.h> |
| 26 | #include <errno.h> | #include <errno.h> |
| 27 | #include <signal.h> | #include <signal.h> |
| # | Line 29 | Line 30 |
| 30 | #include <time.h> | #include <time.h> |
| 31 | #include <unistd.h> | #include <unistd.h> |
| 32 | ||
| 33 | int list_section(void *param) | |
| 34 | { | |
| 35 | section_list_display(param); | |
| 36 | ||
| 37 | return REDRAW; | |
| 38 | } | |
| 39 | ||
| 40 | int exec_mbem(void *param) | int exec_mbem(void *param) |
| 41 | { | { |
| 42 | void *hdll; | void *hdll; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |