]> err.no Git - dpkg/commitdiff
Add showpkg.c prototypes
authorWichert Akkerman <wakkerma@debian.org>
Wed, 12 Sep 2001 14:59:21 +0000 (14:59 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Wed, 12 Sep 2001 14:59:21 +0000 (14:59 +0000)
include/dpkg-db.h

index ef760e306c7b1a72cfb0ec1db34fd4d7430e8d74..cc02ec7345995e16422777de27e8ca1bfbdc7569 100644 (file)
@@ -3,6 +3,7 @@
  * dpkg-db.h - declarations for in-core package database management
  *
  * Copyright (C) 1994,1995 Ian Jackson <iwj10@cus.cam.ac.uk>
+ * Copyright (C) 2000,2001 Wichert Akkerman
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
@@ -301,4 +302,11 @@ char *nfstrsave(const char*);
 char *nfstrnsave(const char*, int);
 void nffreeall(void);
 
+/*** from showpkg.c ***/
+
+struct lstitem;
+
+struct lstitem* parseformat(const char* fmt);
+void freeformat(struct lstitem* head);
+void show1package(const struct lstitem* head, struct pkginfo *pkg);
 #endif /* DPKG_DB_H */