diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-04-04 09:53:17 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-04-04 09:53:17 +0300 |
commit | a5a3cfc3ed67083eaca0af0ffa48565a3e99bf57 (patch) | |
tree | 328767d80fcd9bb68f5b2929972b93ad5f52bde3 /lib/misc.h | |
parent | 0bd84c940930b3752eedf967f8c842c270cb33f9 (diff) | |
download | librpm-tizen-a5a3cfc3ed67083eaca0af0ffa48565a3e99bf57.tar.gz librpm-tizen-a5a3cfc3ed67083eaca0af0ffa48565a3e99bf57.tar.bz2 librpm-tizen-a5a3cfc3ed67083eaca0af0ffa48565a3e99bf57.zip |
Rename currentDirectory() to rpmGetCwd() and move to librpmio
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/misc.h b/lib/misc.h index 68815749e..049b2ca5b 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -38,12 +38,6 @@ int dosetenv(const char * name, const char * value, int overwrite); */ int doputenv(const char * str); -/** - * Return (malloc'd) current working directory. - * @return current working directory (malloc'ed) - */ -char * currentDirectory(void); - #ifdef __cplusplus } #endif |