diff options
| author | Ulf Lilleengen <lulf@FreeBSD.org> | 2008-09-07 13:54:57 +0000 |
|---|---|---|
| committer | Ulf Lilleengen <lulf@FreeBSD.org> | 2008-09-07 13:54:57 +0000 |
| commit | f805f204b63aaab5b49c7371deb8c2fd015bd894 (patch) | |
| tree | 16f2ffcdc41f0c11cebb1b3f34481ddf1a5d05cc /lib/libgeom/libgeom.h | |
| parent | 6f4745d5757e385b06448930a2570371eb2f9a1e (diff) | |
Notes
Diffstat (limited to 'lib/libgeom/libgeom.h')
| -rw-r--r-- | lib/libgeom/libgeom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libgeom/libgeom.h b/lib/libgeom/libgeom.h index 56736a36e2cc..7255bd4a8f31 100644 --- a/lib/libgeom/libgeom.h +++ b/lib/libgeom/libgeom.h @@ -154,6 +154,8 @@ int g_delete(int, off_t, off_t); int g_get_ident(int, char *, size_t); int g_get_name(const char *, char *, size_t); int g_open_by_ident(const char *, int, char *, size_t); +char *g_device_path(const char *); +char *g_providername(int); __END_DECLS |
