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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   13-May-2017 09:09:16
  Branch: rpm-5_4                          Handle: 2017051307091600

  Modified files:           (Branch: rpm-5_4)
    rpm/rpmio               poptIO.h

  Log:
    - poptIO: document new functions.

  Summary:
    Revision    Changes     Path
    1.8.4.3     +12 -2      rpm/rpmio/poptIO.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/poptIO.h
  ============================================================================
  $ cvs diff -u -r1.8.4.2 -r1.8.4.3 poptIO.h
  --- rpm/rpmio/poptIO.h        13 May 2017 07:03:15 -0000      1.8.4.2
  +++ rpm/rpmio/poptIO.h        13 May 2017 07:09:16 -0000      1.8.4.3
  @@ -59,24 +59,34 @@
   void rpmioConfigured(void);
   
   /**
  - * Spew process and credentials information.
  + * Initial process and credentials information.
    * @param lvl                        rpmlog lvl
    * @param msg                        display message string (or NULL)
    */
   void
   rpmioInitInfo(int lvl, const char *msg);
   
  +/**
  + * Initialize time and resource usage information.
  + * @param lvl                        rpmlog lvl
  + * @param msg                        display message string (or NULL)
  + */
   int
   rpmioInitUsage(int lvl, const char *msg);
   
   /**
  - * Spew time and usage information.
  + * Spew time and resource usage information.
    * @param lvl                        rpmlog lvl
    * @param msg                        display message string (or NULL)
    */
   void
   rpmioFiniInfo(int lvl, const char *msg);
   
  +/**
  + * Spew resource usage information.
  + * @param lvl                        rpmlog lvl
  + * @param msg                        display message string (or NULL)
  + */
   int
   rpmioFiniUsage(int lvl, const char *msg);
   
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to