aboutsummaryrefslogtreecommitdiff
path: root/src/ioASCIIGH.h
diff options
context:
space:
mode:
authortradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2000-11-23 21:39:04 +0000
committertradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2000-11-23 21:39:04 +0000
commit8817019f6d31f718986aed295b2af6ca97e404e7 (patch)
tree298ec1175e7d718fb8bf17c683ae316fd0f280bb /src/ioASCIIGH.h
parentc0ae07722d68be265a8d8a8be6583ab78348f95a (diff)
Fixed gcc verbose warnings about missing prototypes and use of variables
named 'index' which hides a global function index(3). Also polished grdocs, added missing version and rcs IDs. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@32 94b1c47f-dcfd-45ef-a468-0854c0e9e350
Diffstat (limited to 'src/ioASCIIGH.h')
-rw-r--r--src/ioASCIIGH.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ioASCIIGH.h b/src/ioASCIIGH.h
index e2235f7..7027ebb 100644
--- a/src/ioASCIIGH.h
+++ b/src/ioASCIIGH.h
@@ -53,5 +53,5 @@ typedef struct IOASCIIGH {
/* function prototypes */
-void IOASCII_Write1D (cGH *GH, int index, const char *alias);
-void IOASCII_Write2D (cGH *GH, int index, const char *alias);
+void IOASCII_Write1D (cGH *GH, int vindex, const char *alias);
+void IOASCII_Write2D (cGH *GH, int vindex, const char *alias);