RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs                       Email:  pkarl...@rpm5.org
  Module: rpm                              Date:   15-Oct-2010 20:55:15
  Branch: HEAD                             Handle: 2010101518551400

  Modified files:
    rpm/lib                 rpmte.h

  Log:
    add missing 'alKey' typedef for exposed api

  Summary:
    Revision    Changes     Path
    2.74        +4  -1      rpm/lib/rpmte.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmte.h
  ============================================================================
  $ cvs diff -u -r2.73 -r2.74 rpmte.h
  --- rpm/lib/rpmte.h   6 Mar 2010 15:31:29 -0000       2.73
  +++ rpm/lib/rpmte.h   15 Oct 2010 18:55:14 -0000      2.74
  @@ -6,7 +6,6 @@
    * Structures used for an "rpmte" transaction element.
    */
   #include <rpmfi.h>
  -#include <rpmal.h>   /* XXX alKey */
   
   /**
    */
  @@ -234,6 +233,10 @@
   int rpmteHaveTransScript(rpmte te, rpmTag tag)
        /*...@*/;
   
  +#else
  +
  +typedef /*...@abstract@*/ void * alKey;
  +
   #endif       /* _RPMTE_INTERNAL */
   
   #ifdef __cplusplus
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to