removed decl of setenv() as it is also in telnetd/local-proto.h
authorPaul Borman <prb@mit.edu>
Wed, 14 Nov 1990 16:04:38 +0000 (16:04 +0000)
committerPaul Borman <prb@mit.edu>
Wed, 14 Nov 1990 16:04:38 +0000 (16:04 +0000)
This file should probably be moved into telnetd as it is only used
by login.  (Probably should have a login subdir, actually)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1451 dc483132-0cff-0310-8789-dd5450dbe970

src/include/kerberosIV/krb4-proto.h

index 75f6d4122e94152d68f4e55dda87dbbe2aeab737..7fc26c0895a496352d2f929ccb356be981911632 100644 (file)
@@ -175,7 +175,7 @@ int krb_sendauth P((long , int , KTEXT , char *, char *, char *, u_long , MSG_DA
 int krb_sendsvc P((int , char *));
 
 /* setenv.c */
-int setenv P((char *, char *, int ));
+/* int setenv P((char *, char *, int )); -- is also in telnetd/local-proto.h */
 void unsetenv P((char *));
 char *getenv P((char *));
 char *_findenv P((char *, int *));