+Sun Jan 7 14:27:57 CST 2001 Adam Heath <doogie@debian.org>
+
+ * include/dpkg-db.h: Forgot the status-pipe struct.
+
Fri Jan 5 22:36:24 CST 2001 Adam Heath <doogie@debian.org>
* main/main.c, lib/dbmodify.c, main/dpkg.8: Add a --status-pipe.
msdbrw_noavail= 0100,
};
+struct pipef {
+ int fd;
+ struct pipef *next;
+};
+extern struct pipef *status_pipes;
+
enum modstatdb_rw modstatdb_init(const char *admindir, enum modstatdb_rw reqrwflags);
void modstatdb_note(struct pkginfo *pkg);
void modstatdb_shutdown(void);