]> git.rkrishnan.org Git - dttsp.git/blob - jDttSP/win/update.h
Initial revision
[dttsp.git] / jDttSP / win / update.h
1 /* update.h\r
2 \r
3 common defs and code for parm update\r
4    \r
5 This file is part of a program that implements a Software-Defined Radio.\r
6 \r
7 Copyright (C) 2004 by Frank Brickle, AB2KT and Bob McGwier, N4HY\r
8 \r
9 This program is free software; you can redistribute it and/or modify\r
10 it under the terms of the GNU General Public License as published by\r
11 the Free Software Foundation; either version 2 of the License, or\r
12 (at your option) any later version.\r
13 \r
14 This program is distributed in the hope that it will be useful,\r
15 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
17 GNU General Public License for more details.\r
18 \r
19 You should have received a copy of the GNU General Public License\r
20 along with this program; if not, write to the Free Software\r
21 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
22 \r
23 The authors can be reached by email at\r
24 \r
25 ab2kt@arrl.net\r
26 or\r
27 rwmcgwier@comcast.net\r
28 \r
29 or by paper mail at\r
30 \r
31 The DTTS Microwave Society\r
32 6 Kathleen Place\r
33 Bridgewater, NJ 08807\r
34 */\r
35 \r
36 #ifndef _update_h\r
37 #define _update_h\r
38 \r
39 #include <fromsys.h>\r
40 #include <banal.h>\r
41 #include <datatypes.h>\r
42 \r
43 extern int do_update(char *str);\r
44 extern BOOLEAN newupdates(void);\r
45 \r
46 #endif\r