extern.h (854299908ccfad3f3d42b5b24443e15bbc03471c) | extern.h (e24dc56a221a481029e370679686566f0f1cbf7b) |
---|---|
1/*- 2 * Copyright (c) 1997 FreeBSD Inc. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 17 unchanged lines hidden (view full) --- 26 * $FreeBSD$ 27 */ 28 29/* vfslist.c */ 30int checkvfsname(const char *, const char **); 31const char **makevfslist(char *); 32 33/* mount_ufs.c */ | 1/*- 2 * Copyright (c) 1997 FreeBSD Inc. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 17 unchanged lines hidden (view full) --- 26 * $FreeBSD$ 27 */ 28 29/* vfslist.c */ 30int checkvfsname(const char *, const char **); 31const char **makevfslist(char *); 32 33/* mount_ufs.c */ |
34int mount_ufs(int, char *const *); | 34int mount_ufs(int, char * const []); |