diff options
Diffstat (limited to 'src/dynlib.h')
| -rw-r--r-- | src/dynlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynlib.h b/src/dynlib.h index 2688712a13e..43a0e045f5b 100644 --- a/src/dynlib.h +++ b/src/dynlib.h | |||
| @@ -29,7 +29,7 @@ const char *dynlib_error (void); | |||
| 29 | 29 | ||
| 30 | ATTRIBUTE_MAY_ALIAS void *dynlib_sym (dynlib_handle_ptr h, const char *sym); | 30 | ATTRIBUTE_MAY_ALIAS void *dynlib_sym (dynlib_handle_ptr h, const char *sym); |
| 31 | 31 | ||
| 32 | typedef struct dynlib_function_ptr_nonce *(ATTRIBUTE_MAY_ALIAS *dynlib_function_ptr) (void); | 32 | typedef void (ATTRIBUTE_MAY_ALIAS *dynlib_function_ptr) (void); |
| 33 | dynlib_function_ptr dynlib_func (dynlib_handle_ptr h, const char *sym); | 33 | dynlib_function_ptr dynlib_func (dynlib_handle_ptr h, const char *sym); |
| 34 | 34 | ||
| 35 | /* Sets *FILE to the file name from which PTR was loaded, and *SYM to | 35 | /* Sets *FILE to the file name from which PTR was loaded, and *SYM to |