/[groff]/groff/src/include/groff-getopt.h
ViewVC logotype

Diff of /groff/src/include/groff-getopt.h

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

revision 1.2 by wlemb, Fri Apr 20 23:53:48 2001 UTC revision 1.3 by wl, Sat Apr 30 07:03:14 2005 UTC
# Line 1  Line 1 
1  // -*- C++ -*-  // -*- C++ -*-
2  /* Copyright (C) 2000, 2001 Free Software Foundation, Inc.  /* Copyright (C) 2000, 2001, 2005 Free Software Foundation, Inc.
3       Written by Werner Lemberg (wl@gnu.org)       Written by Werner Lemberg (wl@gnu.org)
4    
5  This file is part of groff.  This file is part of groff.
# Line 49  struct option Line 49  struct option
49    
50  extern int getopt(int,                  // __argc  extern int getopt(int,                  // __argc
51                    char *const *,        // __argv                    char *const *,        // __argv
52                    const char *);        // __shortopts                    const char *)         // __shortopts
53                      throw();
54  extern int getopt_long(int,                     // __argc  extern int getopt_long(int,                     // __argc
55                         char *const *,           // __argv                         char *const *,           // __argv
56                         const char *,            // __shortopts                         const char *,            // __shortopts
57                         const struct option *,   // __longopts                         const struct option *,   // __longopts
58                         int *);                  // __longind                         int *)                   // __longind
59                           throw();
60  extern int getopt_long_only(int,                        // __argc  extern int getopt_long_only(int,                        // __argc
61                              char *const *,              // __argv                              char *const *,              // __argv
62                              const char *,               // __shortopts                              const char *,               // __shortopts
63                              const struct option *,      // __longopts                              const struct option *,      // __longopts
64                              int *);                     // __longind                              int *)                      // __longind
65                                throw();
66    
67  #ifdef __cplusplus  #ifdef __cplusplus
68  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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