libgeom.h (5f145b19fcea8417f0a80be61aa9c3c7721b284c) libgeom.h (f805f204b63aaab5b49c7371deb8c2fd015bd894)
1/*-
2 * Copyright (c) 2003 Poul-Henning Kamp
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

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

149int g_close(int);
150off_t g_mediasize(int);
151ssize_t g_sectorsize(int);
152int g_flush(int);
153int g_delete(int, off_t, off_t);
154int g_get_ident(int, char *, size_t);
155int g_get_name(const char *, char *, size_t);
156int g_open_by_ident(const char *, int, char *, size_t);
1/*-
2 * Copyright (c) 2003 Poul-Henning Kamp
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

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

149int g_close(int);
150off_t g_mediasize(int);
151ssize_t g_sectorsize(int);
152int g_flush(int);
153int g_delete(int, off_t, off_t);
154int g_get_ident(int, char *, size_t);
155int g_get_name(const char *, char *, size_t);
156int g_open_by_ident(const char *, int, char *, size_t);
157char *g_device_path(const char *);
158char *g_providername(int);
157
158__END_DECLS
159
160#endif /* _LIBGEOM_H_ */
159
160__END_DECLS
161
162#endif /* _LIBGEOM_H_ */