blob: b7ee187e5cb63d1aa9329d77df4899b48eca8c69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//File: externs.h
//Written by: Mark Rader
//Version: 1.0
//Date: Thu Aug 14 2008
//Copyright (c) 2008 by Mark Rader.
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
// $Header$
// $Log$
//
//external programs needed by the code.
extern int Server_Start();
extern long active_assocID ;//Let streams know where to send stuff
extern long active_protoID ;//Protocal to use.
|