ftp.nice.ch/pub/next/database/plz/xplz.3.4.s.tar.gz#/xplz-3.4/ortarda.h

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

/* $Id: ortarda.h,v 1.1 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 (ORTARDA_H)
#define ORTARDA_H

extern OrtardaSet *OrtardaSetSucheOrt (OrtardaSet *orte, char *ort);
extern OrtardaSet *OrtardaSucheOrt (char *place);
extern OrtardaSet *OrtardaSetSuchePlzAlt
		  (OrtardaSet *list, char *plzalt, char verkehrsgebiet);
extern OrtardaSet *OrtardaSetSuchePostanstalt
		  (OrtardaSet *list, char *postanstalt);
extern char *OrtardaSetOrtEindeutig (OrtardaSet *ortardaSet);
extern char *OrtardaSetPlzAltEindeutig (OrtardaSet *ortardaSet);

#endif

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