|
|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T u
Length: 1034 (0x40a)
Types: TextFile
Names: »ufn.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
└─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z«
└─⟦e5a54fb17⟧
└─⟦this⟧ »pp-5.0/Chans/dirlist/ufn.h«
/* ufn.h - user-friendly naming routines */
/*
* @(#) $Header: /cs/research/pp/hubris/pp-beta/Chans/dirlist/RCS/ufn.h,v 5.0 90/09/20 15:46:29 pp Exp Locker: pp $
*
* $Log: ufn.h,v $
* Revision 5.0 90/09/20 15:46:29 pp
* rcsforce : 5.0 public release
*
*
*/
/*
* NOTICE
*
* Acquisition, use, and distribution of this module and related
* materials are subject to the restrictions of a license agreement.
* Consult the Preface in the User's Manual for the full terms of
* this agreement.
*
*/
#ifndef _QUIPUUFN_
#define _QUIPUUFN_
#include <isode/quipu/util.h>
#include <isode/quipu/name.h>
#include <isode/quipu/entry.h>
#ifndef UFNOUT
#define UFNOUT 6
#endif
typedef struct dn_seq *DNS;
#define NULLDNS ((struct dn_seq *) NULL)
typedef struct _envlist {
DNS Dns;
int Upper;
int Lower;
struct _envlist * Next;
} *envlist;
#define NULLEL ((envlist) NULL)
envlist read_envlist();
extern char ufn_notify;
int ufn_init();
int ufn_match();
#endif