summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-02-03 16:11:53 +0100
committerJim Meyering <meyering@redhat.com>2012-02-03 16:44:36 +0100
commitf1c2c13374c6cd2448f4d9d38d101d80b169dfb9 (patch)
tree409f4156e98046a4b357c4f8a38f766da397c305 /include
parentc56edfb7b98593282dc1db1c3912616a470257b2 (diff)
downloadparted-f1c2c13374c6cd2448f4d9d38d101d80b169dfb9.tar.gz
libparted: remove ped_realloc, now unused
* include/parted/parted.in.h (ped_realloc): Remove declaration. * libparted/libparted.c (ped_realloc): Remove definition.
Diffstat (limited to 'include')
-rw-r--r--include/parted/parted.in.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/parted/parted.in.h b/include/parted/parted.in.h
index fbcb9aa..856b7aa 100644
--- a/include/parted/parted.in.h
+++ b/include/parted/parted.in.h
@@ -47,7 +47,6 @@ extern const char *ped_get_version () _GL_ATTRIBUTE_CONST;
extern void* ped_malloc (size_t size);
extern void* ped_calloc (size_t size);
-extern int ped_realloc (void** ptr, size_t size);
extern void free (void* ptr);
#ifdef __cplusplus