/[muddleftpd]/muddleftpd/src/tokset.h
ViewVC logotype

Diff of /muddleftpd/src/tokset.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ganneff, Thu Sep 26 07:55:42 2002 UTC revision 1.1.6.1 by ganneff, Mon Oct 21 19:52:59 2002 UTC
# Line 1  Line 1 
1   /* Copyright (C) 1999 Beau Kuiper   /*
2      * Copyright (C) 1999 Beau Kuiper
3     This program is free software; you can redistribute it and/or modify    *
4     it under the terms of the GNU General Public License as published by    * This program is free software; you can redistribute it and/or modify
5     the Free Software Foundation; either version 2, or (at your option)    * it under the terms of the GNU General Public License as published by
6     any later version.    * the Free Software Foundation; either version 2, or (at your option)
7      * any later version.
8     This program is distributed in the hope that it will be useful,    *
9     but WITHOUT ANY WARRANTY; without even the implied warranty of    * This program is distributed in the hope that it will be useful,
10     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    * but WITHOUT ANY WARRANTY; without even the implied warranty of
11     GNU General Public License for more details.    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12      * GNU General Public License for more details.
13     You should have received a copy of the GNU General Public License    *
14     along with this program; if not, write to the Free Software    * You should have received a copy of the GNU General Public License
15     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */    * along with this program; if not, write to the Free Software
16      * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  
17      */
18    
19  #ifndef TOKSET_H  #ifndef TOKSET_H
20  #define TOKSET_H  #define TOKSET_H
21    
22  typedef struct  typedef struct
23  {  {
24          char *(*gettoken)(char letter);          char *(*gettoken) (char letter);
25          char *params[128];          char *params[128];
26  } TOKENSET;  }
27    TOKENSET;
28    
29  #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.6.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26