mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 16:57:38 +01:00
8 lines
133 B
C
8 lines
133 B
C
|
#ifndef utils_h
|
||
|
#define utils_h
|
||
|
|
||
|
extern int print_name_only (Sym * self);
|
||
|
extern void print_name (Sym * self);
|
||
|
|
||
|
#endif /* utils_h */
|