diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sltdl/sltdl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h index 68cc92e..60b2dd2 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -51,6 +51,9 @@ lt_api int lt_dladdsearchdir(const char *); lt_api int lt_dlinsertsearchdir(const char *, const char *); lt_api int lt_dlsetsearchpath(const char *); lt_api const char * lt_dlgetsearchpath(void); +lt_api int lt_dlforeachfile(const char *, + int(*)(const char *, void *), + void *); /* module interfaces */ lt_api lt_dlhandle lt_dlopen(const char *); |