Diff for /rpm2html/sql.h between versions 1.21 and 1.22

version 1.21, 2001/02/04 06:43:41 version 1.22, 2001/02/09 17:36:08
Line 59  void sql_show_latests(void); Line 59  void sql_show_latests(void);
 /*  /*
  * Insertion/Update of records   * Insertion/Update of records
  */   */
   int sql_get_package_id(const char *filename);
 int sql_add_distrib(const char *Name, const char *Vendor, const char *Path,  int sql_add_distrib(const char *Name, const char *Vendor, const char *Path,
         const char *Directory, const char *URL, const char *URLSrc,          const char *Directory, const char *URL, const char *URLSrc,
         const char *Description, const char *Html, const char *Color);          const char *Description, const char *Html, const char *Color);

Removed from v.1.21  
changed lines
  Added in v.1.22


Webmaster