Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
43
cde/lib/tt/bin/ttauth/ttauth.h
Normal file
43
cde/lib/tt/bin/ttauth/ttauth.h
Normal file
@@ -0,0 +1,43 @@
|
||||
/*
|
||||
* $TOG: ttauth.h /main/1 1999/08/30 10:47:04 mgreess $
|
||||
*
|
||||
*
|
||||
Copyright 1989, 1998 The Open Group
|
||||
|
||||
All Rights Reserved.
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of The Open Group shall not be
|
||||
used in advertising or otherwise to promote the sale, use or other dealings
|
||||
in this Software without prior written authorization from The Open Group.
|
||||
* *
|
||||
* Author: Jim Fulton, MIT X Consortium
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <X11/Xos.h>
|
||||
#include <X11/Xfuncs.h>
|
||||
|
||||
#ifndef True
|
||||
typedef int Bool;
|
||||
#define False 0
|
||||
#define True 1
|
||||
#endif
|
||||
|
||||
extern char *ProgramName;
|
||||
|
||||
extern char *malloc(), *realloc();
|
||||
int process_command(), auth_initialize(), auth_finalize();
|
||||
extern int print_help();
|
||||
extern int verbose;
|
||||
extern Bool ignore_locks;
|
||||
extern Bool break_locks;
|
||||
Reference in New Issue
Block a user