mirror of
https://git.suyu.dev/suyu/AppImageKit-checkrt.git
synced 2025-12-24 00:04:38 +01:00
8 lines
143 B
C
8 lines
143 B
C
#ifndef CHEKRT_H
|
|
#define CHECKRT_H
|
|
|
|
extern char *optional;
|
|
extern char *optional_ld_preload;
|
|
extern void checkrt(char *usr_in_appdir);
|
|
|
|
#endif
|