ftp.nice.ch/pub/next/database/plz/NXplz.1.1.NIHS.bs.tar.gz#/NXplz-1.1/umsda.h

This is umsda.h in view mode; [Download] [Up]

/* $Id: umsda.h,v 3.2 1993/06/28 09:31:07 klute Exp klute $ */

/* 
 * Copyright 1993 Rainer Klute <klute@irb.informatik.uni-dortmund.de>
 *
 * Permission to use, copy, modify, distribute, and sell this software and
 * its documentation for any purpose is hereby granted without fee, provided
 * that the above copyright notice appear in all copies and that both that
 * copyright notice and this permission notice appear in supporting
 * documentation. The author makes no representations about the suitability
 * of this software for any purpose. It is provided "as is" without express
 * or implied warranty.
 *
 */

#include "xplz.h"

#if !defined (UMSDA_H)
#define UMSDA_H

extern UmsdaSet *UmsdaSetSucheOrt (UmsdaSet *orte, char *ort);
extern UmsdaSet *UmsdaSucheOrt (char *place);
extern UmsdaSet *UmsdaSetSuchePlzAlt 
		(UmsdaSet *list, char *plzalt, char verkehrsgebiet);
extern UmsdaSet *UmsdaSetSuchePostanstalt (UmsdaSet *list, char *postanstalt);
extern char *UmsdaSetOrtEindeutig (UmsdaSet *umsdaSet);
extern char *UmsdaSetPlzAltEindeutig (UmsdaSet *umsdaSet);

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.