Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sbin/gpt/map.h,v rcsdiff: /ftp/cvs/cvsroot/src/sbin/gpt/map.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -p -r1.1.1.1 -r1.3 --- src/sbin/gpt/map.h 2006/10/15 22:34:16 1.1.1.1 +++ src/sbin/gpt/map.h 2013/11/20 08:08:47 1.3 @@ -51,10 +51,11 @@ typedef struct map { extern int lbawidth; map_t *map_add(off_t, off_t, int, void*); -map_t *map_alloc(off_t, off_t); +map_t *map_alloc(off_t, off_t, off_t); map_t *map_find(int); map_t *map_first(void); map_t *map_last(void); +off_t map_resize(map_t *, off_t, off_t); off_t map_free(off_t, off_t);