mirror of
https://github.com/yuzu-emu/AppImageKit-checkrt.git
synced 2024-12-25 02:55:35 +00:00
9 lines
159 B
C
9 lines
159 B
C
#ifndef CHEKRT_H
|
|
#define CHECKRT_H
|
|
|
|
extern char *optional_ld_library_path;
|
|
extern char *optional_ld_preload;
|
|
extern void checkrt(char *usr_in_appdir);
|
|
|
|
#endif
|