cvsuser 04/10/05 06:10:10
Modified: src nci_test.c Log: added missing prototype Revision Changes Path 1.33 +2 -1 parrot/src/nci_test.c Index: nci_test.c =================================================================== RCS file: /cvs/public/parrot/src/nci_test.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -w -r1.32 -r1.33 --- nci_test.c 29 Sep 2004 09:56:15 -0000 1.32 +++ nci_test.c 5 Oct 2004 13:10:08 -0000 1.33 @@ -1,6 +1,6 @@ /* Copyright: 2001-2004 The Perl Foundation. All Rights Reserved. -$Id: nci_test.c,v 1.32 2004/09/29 09:56:15 leo Exp $ +$Id: nci_test.c,v 1.33 2004/10/05 13:10:08 jrieks Exp $ =head1 NAME @@ -56,6 +56,7 @@ int nci_ii3(int a, int *b); void * nci_pi(int test); void nci_vP(void *pmc); +void nci_dlvar_vv(void); /* Declarations for callback tests */
