mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
dde4ffa189
CFLAGS=-Wall PR: 10933 Submitted by: me
7 lines
84 B
C
7 lines
84 B
C
#ifndef TGDCOMMAND_H
|
|
#define TGDCOMMAND_H
|
|
|
|
void tgdcommand( int, char ** );
|
|
|
|
#endif
|