Revision 9081,
548 bytes
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9080,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[9080] | 1 | /* |
---|
| 2 | * Copyright 1995 by Paul Mattes. |
---|
| 3 | * Permission to use, copy, modify, and distribute this software and its |
---|
| 4 | * documentation for any purpose and without fee is hereby granted, |
---|
| 5 | * provided that the above copyright notice appear in all copies and that |
---|
| 6 | * both that copyright notice and this permission notice appear in |
---|
| 7 | * supporting documentation. |
---|
| 8 | */ |
---|
| 9 | |
---|
| 10 | /* |
---|
| 11 | * savec.h |
---|
| 12 | * Global declarations for save.c. |
---|
| 13 | */ |
---|
| 14 | |
---|
| 15 | extern void merge_profile(); |
---|
| 16 | extern void save_args(); |
---|
| 17 | extern void save_init(); |
---|
| 18 | extern void save_yourself(); |
---|
| 19 | extern int save_options(); |
---|
Note: See
TracBrowser
for help on using the repository browser.