summaryrefslogtreecommitdiff
path: root/lib/rpmchroot.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-06-23 16:11:10 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-06-23 16:11:10 +0300
commita8aa65840911b1daf3b54ce6a90770cfd9c4d273 (patch)
tree49b92c67e08d805504a7e9731a3af5f6c75a3f72 /lib/rpmchroot.h
parent26874707edfe73e153383284f9fe33cfd9879bb1 (diff)
downloadlibrpm-tizen-a8aa65840911b1daf3b54ce6a90770cfd9c4d273.tar.gz
librpm-tizen-a8aa65840911b1daf3b54ce6a90770cfd9c4d273.tar.bz2
librpm-tizen-a8aa65840911b1daf3b54ce6a90770cfd9c4d273.zip
Permit plugins to use rpmChrootDone() too
Diffstat (limited to 'lib/rpmchroot.h')
-rw-r--r--lib/rpmchroot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmchroot.h b/lib/rpmchroot.h
index 858559a92..1c3f5b6eb 100644
--- a/lib/rpmchroot.h
+++ b/lib/rpmchroot.h
@@ -30,7 +30,7 @@ int rpmChrootOut(void);
* Return chrooted status.
* return 1 if chrooted, 0 otherwise
*/
-RPM_GNUC_INTERNAL
+/* RPM_GNUC_INTERNAL */
int rpmChrootDone(void);
#endif /* _RPMCHROOT_H */