diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-06-03 13:51:57 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-06-03 13:51:57 +0300 |
commit | 50f34a622edc4d737d671622401f7dad44a10d62 (patch) | |
tree | bf6e0567b5fe654c43262d57535ef81578a68473 /lib/misc.h | |
parent | ed859877a5bcaff3ff3ac40ed39a48d1149471a9 (diff) | |
download | librpm-tizen-50f34a622edc4d737d671622401f7dad44a10d62.tar.gz librpm-tizen-50f34a622edc4d737d671622401f7dad44a10d62.tar.bz2 librpm-tizen-50f34a622edc4d737d671622401f7dad44a10d62.zip |
Rip doputenv() for good
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/misc.h b/lib/misc.h index 574c46891..4029d9899 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -22,13 +22,6 @@ extern "C" { */ rpmRC rpmMkdirPath (const char * dpath, const char * dname); -/** - * Like the libc function, but malloc()'s the space needed. - * @param str "name=value" string - * @return 0 on success - */ -int doputenv(const char * str); - #ifdef __cplusplus } #endif |