home *** CD-ROM | disk | FTP | other *** search
- /* alloctxt.c 28/05/95 17.43.48 */
- char *strdup_err (const char *str, int quit);
- void *malloc_err (int size, int quit);
- char *alloctxt_add (const char *str);
- /* config.c 28/05/95 17.43.06 */
- FILE *popen_err (const char *cmd, const char *mode, int quit);
- int config_read (void);
- int config_lstmod (const char *match,
- const char *type,
- char *lst[],
- int many);
- const char *config_getdepfile (void);
- void config_show (void);
- /* config1.c 20/05/95 04.41.38 */
- const char *any_alias (const char *mod);
- int config_locate (const char *match,
- char *abs_path[1000],
- const char *type);
- /* depmod.c 28/05/95 17.45.18 */
- int depmod_main (int argc, char *argv[]);
- /* error.c 28/05/95 18.01.38 */
- void depmod_setsyslog (const char *name);
- void depmod_error (const char *ctl, ...);
- /* fgets.c 19/01/95 00.19.24 */
- char *fgets_strip (char *buf,
- int sizebuf,
- FILE *fin,
- char contcar,
- char comcar,
- int *noline,
- int *empty);
- char *fgets_strip (char *buf,
- int sizebuf,
- FILE *fin,
- char contcar,
- char comcar,
- int *noline);
- char *fgets_strip (char *buf, int sizebuf, FILE *fin, int *noline);
- /* main.c 28/05/95 17.47.30 */
- void load_kernel_symbols (void);
- /* modprobe.c 28/05/95 17.42.26 */
- const char *stripo (const char *fname);
- int modprobe_main (int argc, char *argv[]);
- /* module.c 28/05/95 17.46.56 */
- /* module2.c 28/05/95 17.49.36 */
- /* str.c 28/05/95 17.49.54 */
- int str_strip (const char *str, char *newstr);
- char *strip_end (char *str);
- char *str_skip (const char *str);
- char *strdup_err (const char *str);
- void tbstr_free (char *lst[], int nb);
- extern "C" char *stpcpy (char *dst, const char *src);
- void path_extrname (const char *path, char *name);
- /* symbol.c 14/07/94 09.21.48 */
-