1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/graphics/tgd/files/tgdcommand.h
Michael Haro dde4ffa189 Add support for PREFIX, CFLAGS and less warnings when building with
CFLAGS=-Wall

PR:		10933
Submitted by:	me
1999-04-13 07:06:36 +00:00

7 lines
84 B
C

#ifndef TGDCOMMAND_H
#define TGDCOMMAND_H
void tgdcommand( int, char ** );
#endif