This is queryprog.h in view mode; [Download] [Up]
/* @(#)src/routers/queryprog.h 1.2 24 Oct 1990 05:24:45 */ /* * Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll * * See the file COPYING, distributed with smail, for restriction * and warranty information. */ /* * queryprog.h: * interface file for router driver in queryprog.c */ /* private data structure for uuname driver */ struct queryprogram_private { char *cmd; /* command to display names */ char *domain; /* domains to strip from names */ char *required; /* required domain names */ int hash_table_len; /* hash slots in hash_table */ struct hash_table *cache; /* temp - cache of known names */ }; #define QP_READ_PATH 0x0001000 /* read path from prog output */ #define QP_READ_TRANSPORT 0x0002000 /* read transport from prog output */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.