Move tsortInfo typedef into internal-only header
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 9 Feb 2010 07:47:35 +0000 (09:47 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 9 Feb 2010 07:47:35 +0000 (09:47 +0200)
- this is not exposed outside librpm internals

lib/rpmte.h
lib/rpmte_internal.h

index 905b311..33af0cd 100644 (file)
@@ -17,11 +17,6 @@ extern "C" {
 extern int _rpmte_debug;
 
 /** \ingroup rpmte
- * Transaction element ordering chain linkage.
- */
-typedef struct tsortInfo_s *           tsortInfo;
-
-/** \ingroup rpmte
  * Transaction element type.
  */
 typedef enum rpmElementType_e {
index 4e43d5a..1cd2365 100644 (file)
 typedef struct sharedFileInfo_s *              sharedFileInfo;
 
 /** \ingroup rpmte
+ * Transaction element ordering chain linkage.
+ */
+typedef struct tsortInfo_s *           tsortInfo;
+
+/** \ingroup rpmte
  * Transaction element file states.
  */
 typedef struct rpmfs_s *               rpmfs;