[0001]
[0002]
[0003]
[0004]
[0005]
[0006]
[0007]
[0008]
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
[0034]
[0035]
[0036]
[0037]
[0038]
[0039]
[0040]
[0041]
[0042]
[0043]
[0044]
[0045]
[0046]
[0047]
[0048]
[0049]
[0050]
[0051]
/*****************************************************************************
/*
                                 HTTPd.h
*/
/*****************************************************************************/

#ifndef HTTPD_H_LOADED
#define HTTPD_H_LOADED 1

#include "wasd.h"

/* DECC VAX 5.7 (VMS 6.0) has this, DECC VAX 6.0 (VMS 6.1) doesn't, ? */
#ifndef SYI$_MEMSIZE
#  define SYI$_MEMSIZE 4459
#endif

/***********************/
/* function prototypes */
/***********************/

void* HttpdAlignFault (char*);
char *HttpdAlignModule (unsigned long);
HttpdAlignReport (REQUEST_STRUCT*);
HttpdAlignSort (struct FaultAccumStruct*, int);
HttpdExit ();
ulong HttpdGetTickSecond ();
void HttpdImageInfo ();
BOOL HttpdIsAstCall ();
void HttpdCheckPriv (char*, int);
HttpdDetachServerProcess ();
int HttpdGblSecInit ();
int HttpdGblSecMap ();
ulong* HttpdExpectedPriv ();
void HttpdNoteThis (char*);
HttpdOnControlY (BOOL);
int HttpdProcessInfo ();
BOOL HttpdSupervisor ();
int HttpdSystemInfo ();
HttpdTick (long);
HttpdTimerSet (REQUEST_STRUCT*, int, int);
int HttpdScriptAs ();
void HttpdStackTrace (char*, char*, int);
HttpdSupervisorList (REQUEST_STRUCT*, int);
HttpdSupervisorReport (REQUEST_STRUCT*);
void HttpdSysProtProcDmp ();
char* HttpdTimeoutType (int);

#endif /* HTTPD_H_LOADED */

/*****************************************************************************/