]> andersk Git - openssh.git/blobdiff - bufaux.h
- provos@cvs.openbsd.org 2002/03/18 17:50:31
[openssh.git] / bufaux.h
index 400013490d287741511f0e2da7df1a6cab439b37..650282acae403ab749a97224a33f8af3f11955b1 100644 (file)
--- a/bufaux.h
+++ b/bufaux.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bufaux.h,v 1.16 2002/03/04 17:27:39 stevesk Exp $     */
+/*     $OpenBSD: bufaux.h,v 1.17 2002/03/18 17:25:29 provos Exp $      */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -38,4 +38,7 @@ void   *buffer_get_string(Buffer *, u_int *);
 void    buffer_put_string(Buffer *, const void *, u_int);
 void   buffer_put_cstring(Buffer *, const char *);
 
+#define buffer_skip_string(b) \
+    do { u_int l = buffer_get_int(b); buffer_consume(b, l); } while(0)
+
 #endif                         /* BUFAUX_H */
This page took 0.336476 seconds and 4 git commands to generate.