mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
7 lines
68 B
C
7 lines
68 B
C
|
#ifndef GUARD_MACRO_H
|
||
|
#define GUARD_MACRO_H
|
||
|
|
||
|
int bar(void);
|
||
|
|
||
|
#endif
|