]> andersk Git - openssh.git/blobdiff - ssh.h
- (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 213f73defe9712ad94a8f50fb6c26f2eb8e6e12b..f3f049fccfaeaf2606a1e8a8cd1410ac52e5b109 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -13,7 +13,7 @@
  *
  */
 
-/* RCSID("$OpenBSD: ssh.h,v 1.47 2000/06/20 01:39:45 markus Exp $"); */
+/* RCSID("$OpenBSD: ssh.h,v 1.48 2000/07/13 22:53:21 provos Exp $"); */
 
 #ifndef SSH_H
 #define SSH_H
@@ -489,6 +489,9 @@ char   *tilde_expand_filename(const char *filename, uid_t my_uid);
 /* remove newline at end of string */
 char   *chop(char *s);
 
+/* return next token in configuration line */
+char   *strdelim(char **s);
+
 /* set filedescriptor to non-blocking */
 void   set_nonblock(int fd);
 
This page took 0.029933 seconds and 4 git commands to generate.