[BACK]Return to proto.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / awk

Diff for /src/usr.bin/awk/proto.h between version 1.12 and 1.13

version 1.12, 2020/06/10 21:00:01 version 1.13, 2020/06/10 21:02:33
Line 112 
Line 112 
 extern  char    *getpssval(Cell *);     /* for print */  extern  char    *getpssval(Cell *);     /* for print */
 extern  char    *tostring(const char *);  extern  char    *tostring(const char *);
 extern  char    *qstring(const char *, int);  extern  char    *qstring(const char *, int);
   extern  Cell    *catstr(Cell *, Cell *);
   
 extern  void    recinit(unsigned int);  extern  void    recinit(unsigned int);
 extern  void    initgetrec(void);  extern  void    initgetrec(void);
 extern  void    makefields(int, int);  extern  void    makefields(int, int);
 extern  void    growfldtab(int n);  extern  void    growfldtab(int n);
   extern  void    savefs(void);
 extern  int     getrec(char **, int *, int);  extern  int     getrec(char **, int *, int);
 extern  void    nextfile(void);  extern  void    nextfile(void);
 extern  int     readrec(char **buf, int *bufsize, FILE *inf);  extern  int     readrec(char **buf, int *bufsize, FILE *inf);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13