|
Lines 29-35
Link Here
|
| 29 |
#include <libgen.h> |
29 |
#include <libgen.h> |
| 30 |
#include <limits.h> |
30 |
#include <limits.h> |
| 31 |
#include <assert.h> |
31 |
#include <assert.h> |
| 32 |
#include <dlfcn.h> |
|
|
| 33 |
#include "main.h" |
32 |
#include "main.h" |
| 34 |
|
33 |
|
| 35 |
/* prototypes and such */ |
34 |
/* prototypes and such */ |
|
Lines 46-52
Link Here
|
| 46 |
int lookup_applet_idx(const char *); |
45 |
int lookup_applet_idx(const char *); |
| 47 |
|
46 |
|
| 48 |
/* variables to control runtime behavior */ |
47 |
/* variables to control runtime behavior */ |
| 49 |
void *dlhandle = NULL; |
|
|
| 50 |
char *module_name = NULL; |
48 |
char *module_name = NULL; |
| 51 |
char *modpath = NULL; |
49 |
char *modpath = NULL; |
| 52 |
char exact = 0; |
50 |
char exact = 0; |