mirror of
https://git.suyu.dev/suyu/AppImageKit-checkrt.git
synced 2025-12-21 21:26:06 +01:00
8 lines
159 B
C
8 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
|