Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/dash/options.h

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

revision 1121 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1122 by niro, Wed Aug 18 21:11:40 2010 UTC
# Line 75  extern char **argptr; /* argument list Line 75  extern char **argptr; /* argument list
75  extern char *optionarg; /* set by nextopt */  extern char *optionarg; /* set by nextopt */
76  extern char *optptr; /* used by nextopt */  extern char *optptr; /* used by nextopt */
77    
78  void procargs(int, char **);  int procargs(int, char **);
79  void optschanged(void);  void optschanged(void);
80  void setparam(char **);  void setparam(char **);
81  void freeparam(volatile struct shparam *);  void freeparam(volatile struct shparam *);

Legend:
Removed from v.1121  
changed lines
  Added in v.1122