Deleted Added
full compact
lib.h (3364) lib.h (4546)
1/* $Id: lib.h,v 1.9 1994/09/29 13:19:42 jkh Exp $ */
1/* $Id: lib.h,v 1.10 1994/10/04 16:07:50 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:

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

104char *where_playpen(void);
105
106/* String */
107char *get_dash_string(char **);
108char *copy_string(char *);
109Boolean suffix(char *, char *);
110void nuke_suffix(char *);
111void str_lowercase(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:

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

104char *where_playpen(void);
105
106/* String */
107char *get_dash_string(char **);
108char *copy_string(char *);
109Boolean suffix(char *, char *);
110void nuke_suffix(char *);
111void str_lowercase(char *);
112char *basename_of(char *);
112
113/* File */
114Boolean fexists(char *);
115Boolean isdir(char *);
116Boolean isempty(char *);
117char *get_file_contents(char *);
118void write_file(char *, char *);
119void copy_file(char *, char *, char *);

--- 36 unchanged lines hidden ---
113
114/* File */
115Boolean fexists(char *);
116Boolean isdir(char *);
117Boolean isempty(char *);
118char *get_file_contents(char *);
119void write_file(char *, char *);
120void copy_file(char *, char *, char *);

--- 36 unchanged lines hidden ---