Line | |
---|
1 | /* |
---|
2 | * $Id: rkinitd.h,v 1.1 1990-07-16 14:16:46 qjb Exp $ |
---|
3 | * $Source: /afs/dev.mit.edu/source/repository/athena/bin/rkinit/rkinitd/rkinitd.h,v $ |
---|
4 | * $Author: qjb $ |
---|
5 | * |
---|
6 | * This header file contains function declarations for use for rkinitd |
---|
7 | */ |
---|
8 | |
---|
9 | #ifndef __RKINITD_H__ |
---|
10 | #define __RKINITD_H__ |
---|
11 | |
---|
12 | #if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS) |
---|
13 | static char *rcsid_rkinitd_h = "$Id: rkinitd.h,v 1.1 1990-07-16 14:16:46 qjb Exp $"; |
---|
14 | #endif /* lint || SABER || LOCORE || RCS_HDRS */ |
---|
15 | |
---|
16 | #ifdef __STDC__ |
---|
17 | #define RK_PROTO(x) x |
---|
18 | #else |
---|
19 | #define RK_PROTO(x) () |
---|
20 | #endif /* __STDC__ */ |
---|
21 | |
---|
22 | int get_tickets RK_PROTO((int)); |
---|
23 | void error RK_PROTO((void)); |
---|
24 | int setup_rpc RK_PROTO((int)) ; |
---|
25 | void rpc_exchange_version_info RK_PROTO((int *, int *, int, int)); |
---|
26 | void rpc_get_rkinit_info RK_PROTO((rkinit_info *)); |
---|
27 | void rpc_send_error RK_PROTO((char *)); |
---|
28 | void rpc_send_success RK_PROTO((void)); |
---|
29 | void rpc_exchange_tkt RK_PROTO((KTEXT, MSG_DAT *)); |
---|
30 | void rpc_getauth RK_PROTO((KTEXT, struct sockaddr_in *, struct sockaddr_in *)); |
---|
31 | int choose_version RK_PROTO((int *)); |
---|
32 | |
---|
33 | |
---|
34 | #endif /* __RKINITD_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.