ftp.nice.ch/pub/next/connectivity/infosystems/Weather.1.1.s.tar.gz#/Weather-1.1-SRC/StormFunc.h

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

/* global functions defined in Storm.m */

#ifndef STORMFUNC_H
#define STORMFUNC_H

extern char *path(char *s);
extern void message(char *fmt, ...);
extern void Put(char *fmt, ...);
extern char *pgets(char *s, int n);
extern char *Flush(char *s);
extern void setText(char *s);
extern void openFile(char *s);
extern void setFile(char *s);
extern void logout(void);
extern void setFetchText(char *s);
extern int ensurelogin(void);
extern void fetchReports(void );
extern void Command(char *s);

#endif

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