mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
8 lines
151 B
C
8 lines
151 B
C
|
#ifndef utils_h
|
||
|
#define utils_h
|
||
|
|
||
|
extern int print_name_only PARAMS ((Sym * self));
|
||
|
extern void print_name PARAMS ((Sym * self));
|
||
|
|
||
|
#endif /* utils_h */
|