Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include/heimdal updated for heimdal 0.3a



details:   https://anonhg.NetBSD.org/src/rev/c0554f1e7f33
branches:  trunk
changeset: 495699:c0554f1e7f33
user:      assar <assar%NetBSD.org@localhost>
date:      Thu Aug 03 03:54:21 2000 +0000

description:
updated for heimdal 0.3a

diffstat:

 include/heimdal/roken.h   |  12 +++++++++---
 include/heimdal/version.h |   6 +++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diffs (68 lines):

diff -r c7a724a764e4 -r c0554f1e7f33 include/heimdal/roken.h
--- a/include/heimdal/roken.h   Thu Aug 03 03:53:35 2000 +0000
+++ b/include/heimdal/roken.h   Thu Aug 03 03:54:21 2000 +0000
@@ -38,13 +38,14 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: roken.h,v 1.1.1.1 2000/06/16 19:18:30 thorpej Exp $ */
+/* $Id: roken.h,v 1.2 2000/08/03 03:54:21 assar Exp $ */
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>
 #include <signal.h>
+
 #include <sys/param.h>
 #include <sys/types.h>
 #include <unistd.h>
@@ -95,6 +96,8 @@
 size_t strnlen(const char*, size_t);
 
 
+ssize_t strsep_copy(const char**, const char*, char*, size_t);
+
 
 
 
@@ -189,8 +192,8 @@
                     char *serv, size_t servlen,
                     int flags);
 
-int
-roken_getaddrinfo_hostspec(const char *, int, struct addrinfo **);
+int roken_getaddrinfo_hostspec(const char *, int, struct addrinfo **);
+int roken_getaddrinfo_hostspec2(const char *, int, int, struct addrinfo **);
 
 
 
@@ -207,5 +210,8 @@
 #define roken_openlog(a,b,c) openlog(a,b,c)
 
 void set_progname(char *argv0);
+const char *get_progname(void);
+
+#define ROKEN_VERSION 0.3a
 
 #endif /* __ROKEN_H__ */
diff -r c7a724a764e4 -r c0554f1e7f33 include/heimdal/version.h
--- a/include/heimdal/version.h Thu Aug 03 03:53:35 2000 +0000
+++ b/include/heimdal/version.h Thu Aug 03 03:54:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.4 2000/07/15 17:02:17 thorpej Exp $      */
+/*     $NetBSD: version.h,v 1.5 2000/08/03 03:54:21 assar Exp $        */
 
 #ifdef __KRB5_VERSION
 #define        heimdal_long_version    __heimdal_long_version
@@ -13,8 +13,8 @@
 #endif
 
 #ifndef __NO_KRB5_VERSION
-const char *heimdal_long_version = "@(#)$Version: heimdal-0.2t (NetBSD) $";
-const char *heimdal_version = "heimdal-0.2t";
+const char *heimdal_long_version = "@(#)$Version: heimdal-0.3a (NetBSD) $";
+const char *heimdal_version = "heimdal-0.3a";
 #endif
 
 #ifndef __NO_KRB4_VERSION



Home | Main Index | Thread Index | Old Index