Ignore:
Timestamp:
Sep 25, 2007, 7:03:31 AM (18 years ago)
Author:
bird
Message:

kmk_builtin_cmp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/cmp_extern.h

    r1116 r1117  
    3636#define ERR_EXIT        2       /* error exit code */
    3737
    38 void    c_regular(int, char *, off_t, off_t, int, char *, off_t, off_t);
    39 void    c_special(int, char *, off_t, int, char *, off_t);
    40 void    diffmsg(char *, char *, off_t, off_t);
    41 void    eofmsg(char *, off_t, off_t);
    42 void    errmsg(char *, off_t, off_t);
     38static int      c_regular(int, char *, off_t, off_t, int, char *, off_t, off_t);
     39static int      c_special(int, char *, off_t, int, char *, off_t);
     40static int      diffmsg(char *, char *, off_t, off_t);
     41static int      eofmsg(char *, off_t, off_t);
     42static int      errmsg(char *, off_t, off_t);
    4343
    44 extern int lflag, sflag;
     44/*extern int lflag, sflag;*/
Note: See TracChangeset for help on using the changeset viewer.