|
|
1.1 ! root 1: /* ufn.h - user-friendly naming routines */ ! 2: ! 3: /* ! 4: * $Header: /f/osi/h/quipu/RCS/ufn.h,v 7.0 90/06/11 09:57:41 mrose Exp $ ! 5: * ! 6: * ! 7: * $Log: ufn.h,v $ ! 8: * Revision 7.0 90/06/11 09:57:41 mrose ! 9: * *** empty log message *** ! 10: * ! 11: */ ! 12: ! 13: /* ! 14: * NOTICE ! 15: * ! 16: * Acquisition, use, and distribution of this module and related ! 17: * materials are subject to the restrictions of a license agreement. ! 18: * Consult the Preface in the User's Manual for the full terms of ! 19: * this agreement. ! 20: * ! 21: */ ! 22: ! 23: ! 24: #ifndef _QUIPUUFN_ ! 25: #define _QUIPUUFN_ ! 26: ! 27: #include "quipu/util.h" ! 28: #include "quipu/name.h" ! 29: #include "quipu/entry.h" ! 30: ! 31: typedef struct dn_seq * DNS; ! 32: #define NULLDNS ((struct dn_seq *) NULL) ! 33: ! 34: typedef struct _envlist { ! 35: DNS Dns; ! 36: int Upper; ! 37: int Lower; ! 38: struct _envlist * Next; ! 39: } * envlist; ! 40: #define NULLEL ((envlist) NULL) ! 41: envlist read_envlist (); ! 42: ! 43: extern char ufn_notify; ! 44: ! 45: int ufn_init (); ! 46: int ufn_match (); ! 47: ! 48: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.