blob: b5ff4e8f82221622ce7398cc03b889f0c6c5018b [file] [log] [blame]
extern int protected_func_1a (void);
extern int protected_func_1b (void);
typedef int (*protected_func_type) (void);
extern protected_func_type protected_func_1a_p (void);
extern protected_func_type protected_func_1b_p (void);