Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / zotnet / bboards / llib-lbboards
1 /* LINTLIBRARY */
2
3 #include "../bboards/bboards.h"
4 #include <pwd.h>
5
6 int     endbbent() { return endbbent(); }
7 struct bboard *getbbaka (a) char *a; { return getbbaka (a); }
8 struct bboard *getbbcpy (b) struct bboard *b; { return getbbcpy (b); }
9 int     getbbdist(b,a) struct bboard *b; int (*a) ();{ return getbbdist(b,a); }
10 struct bboard *getbbent () { return getbbent (); }
11 char   *getbberr () { return getbberr (); }
12 struct bboard *getbbnam (n) char *n; { return getbbnam (n); }
13 long    getbbtime () { return getbbtime (); }
14 int     ldrbb(b) struct bboard *b; { return ldrbb(b); }
15 int     ldrchk(b) struct bboard *b; { return ldrchk(b); }
16 void    make_lower (a,b) char *a, *b; { make_lower (a, b); }
17 int     setbbent(f) { return setbbent(f); }
18 int     setbbfile(g,f) char *g; { return setbbfile(g,f); }
19 int     setbbinfo(u,g,f) char *u,*g; { return setbbinfo(u,g,f); }
20 int     setpwinfo(p,g,f) struct passwd *p; char *g;
21         { return setpwinfo(p,g,f); }