diff src/fetchlist.h @ 61:adf0af5152f7 noffle

[svn] Renamed some variables and function names, because they caused compiler warnings because of shadowing global variables from system include files (index, stat, serv).
author enz
date Fri, 12 May 2000 18:19:38 +0100
parents 32ba1198c6fa
children f8a91e2b4060
line wrap: on
line diff
--- a/src/fetchlist.h	Fri May 12 17:52:58 2000 +0100
+++ b/src/fetchlist.h	Fri May 12 18:19:38 2000 +0100
@@ -3,7 +3,7 @@
 
   List of groups that are to be fetched presently.
 
-  $Id: fetchlist.h 51 2000-05-05 23:49:38Z uh1763 $
+  $Id: fetchlist.h 67 2000-05-12 17:19:38Z enz $
 */
 
 #ifndef FETCHLIST_H
@@ -32,7 +32,7 @@
 
 /* Get element number index. */
 Bool
-Fetchlist_element( const char **name, FetchMode *mode, int index );
+Fetchlist_element( const char **name, FetchMode *mode, int idx );
 
 /* Add entry. Invalidates any indices. Returns TRUE if new entry, FALSE if
    entry was overwritten. */