import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / opaque0.c
index c6e239e4ac78f44d64a6480bd3e8dfc64a0c25dd..5ec4a2aa0822b487a02cabea578c6b12a3619e21 100644 (file)
@@ -7,6 +7,9 @@
 
 struct foo *foop;
 extern struct foo *getfoo ();
+#ifdef PROTOTYPES
+extern void putfoo (struct foo *foop);
+#endif
 
 int main ()
 {
This page took 0.023097 seconds and 4 git commands to generate.