summaryrefslogtreecommitdiff
path: root/graphics/tgd/files/tgdcommand.h
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-13 07:06:36 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-13 07:06:36 +0000
commitdde4ffa189a85f0a4da347b91bad4a817a91c7f0 (patch)
treecddfddcfe1a2041512a511755d0d3958f52c6167 /graphics/tgd/files/tgdcommand.h
parentfix a problem with configure not finding all the libraries it needed (diff)
Add support for PREFIX, CFLAGS and less warnings when building with
CFLAGS=-Wall PR: 10933 Submitted by: me
Notes
Notes: svn path=/head/; revision=17828
Diffstat (limited to 'graphics/tgd/files/tgdcommand.h')
-rw-r--r--graphics/tgd/files/tgdcommand.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/tgd/files/tgdcommand.h b/graphics/tgd/files/tgdcommand.h
new file mode 100644
index 000000000000..2fb874f6d804
--- /dev/null
+++ b/graphics/tgd/files/tgdcommand.h
@@ -0,0 +1,6 @@
+#ifndef TGDCOMMAND_H
+#define TGDCOMMAND_H
+
+void tgdcommand( int, char ** );
+
+#endif