Add not thread safe warning into the comment
authorTomas Mlcoch <tmlcoch@redhat.com>
Tue, 5 Jun 2012 11:31:13 +0000 (13:31 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Tue, 5 Jun 2012 11:31:13 +0000 (13:31 +0200)
src/parsepkg.h

index 2846f4d..fda7e0b 100644 (file)
@@ -36,6 +36,7 @@ extern short initialized;
 /** \ingroup parsepkg
  * Initialize global structures for package parsing.
  * This function call rpmReadConfigFiles() and create global transaction set.
+ * This function should be called only once! This function is not thread safe!
  */
 void init_package_parser();