clean-up
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1187 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -53,30 +53,25 @@
|
||||
* or implied warranty.
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef __MISC_PROTO__
|
||||
#define __MISC_PROTO__
|
||||
|
||||
#if !defined(P)
|
||||
#ifdef __STDC__
|
||||
#define P(x) x
|
||||
#else
|
||||
#define P(x) ()
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void auth_encrypt_init P((char *, char *, char *, int));
|
||||
void auth_encrypt_connect P((int));
|
||||
void printd P((unsigned char *, int));
|
||||
|
||||
char** genget P((char *name, char **table, int stlen));
|
||||
void auth_encrypt_init (char *, char *, char *, int);
|
||||
void auth_encrypt_connect (int);
|
||||
void printd (unsigned char *, int);
|
||||
|
||||
char** genget (char *name, char **table, int stlen);
|
||||
int isprefix(char *s1, char *s2);
|
||||
int Ambiguous(void *s);
|
||||
|
||||
/*
|
||||
* These functions are imported from the application
|
||||
*/
|
||||
int net_write P((unsigned char *, int));
|
||||
void net_encrypt P((void));
|
||||
int telnet_spin P((void));
|
||||
char *telnet_getenv P((char *));
|
||||
char *telnet_gets P((char *, char *, int, int));
|
||||
int net_write (unsigned char *, int);
|
||||
void net_encrypt (void);
|
||||
int telnet_spin (void);
|
||||
char *telnet_getenv (char *);
|
||||
char *telnet_gets (char *, char *, int, int);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user