follow focused

This commit is contained in:
dec05eba
2022-12-01 00:47:30 +01:00
parent 6a6bb703bc
commit 4e6fc174fe
14 changed files with 345 additions and 277 deletions

View File

@@ -2,6 +2,7 @@
#define GSR_LIBRARY_LOADER_H
#include <dlfcn.h>
#include <stdbool.h>
#include <stdio.h>
typedef struct {
@@ -38,4 +39,4 @@ static void dlsym_load_list_optional(void *handle, const dlsym_assign *dlsyms) {
}
}
#endif /* GSR_LIBRARY_LOADER_H */
#endif /* GSR_LIBRARY_LOADER_H */