Deleted Added
full compact
lib.h (8087) lib.h (9782)
1/* $Id: lib.h,v 1.15 1995/04/22 13:58:43 jkh Exp $ */
1/* $Id: lib.h,v 1.16 1995/04/26 15:08:22 jkh Exp $ */
2
3/*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 107 unchanged lines hidden (view full) ---

117Boolean suffix(char *, char *);
118void nuke_suffix(char *);
119void str_lowercase(char *);
120char *basename_of(char *);
121
122/* File */
123Boolean fexists(char *);
124Boolean isdir(char *);
2
3/*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 107 unchanged lines hidden (view full) ---

117Boolean suffix(char *, char *);
118void nuke_suffix(char *);
119void str_lowercase(char *);
120char *basename_of(char *);
121
122/* File */
123Boolean fexists(char *);
124Boolean isdir(char *);
125Boolean isfile(char *);
125Boolean isempty(char *);
126Boolean isURL(char *);
127char *fileGetURL(char *);
128char *fileURLFilename(char *, char *, int);
129char *fileURLHost(char *, char *, int);
130char *fileFindByPath(char *);
131char *fileGetContents(char *);
132void write_file(char *, char *);

--- 39 unchanged lines hidden ---
126Boolean isempty(char *);
127Boolean isURL(char *);
128char *fileGetURL(char *);
129char *fileURLFilename(char *, char *, int);
130char *fileURLHost(char *, char *, int);
131char *fileFindByPath(char *);
132char *fileGetContents(char *);
133void write_file(char *, char *);

--- 39 unchanged lines hidden ---