chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
54116da
)
Fix a function declaration which slipped through the net.
author
mdw
<mdw>
Sun, 16 Jul 2000 18:56:00 +0000
(18:56 +0000)
committer
mdw
<mdw>
Sun, 16 Jul 2000 18:56:00 +0000
(18:56 +0000)
selpk.h
patch
|
blob
|
blame
|
history
diff --git
a/selpk.h
b/selpk.h
index c1f5db388696ef72f6c4698a40fe4f50f40d23f7..5aeed22da112ce9d5fa50b3999f955a967e455db 100644
(file)
--- a/
selpk.h
+++ b/
selpk.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: selpk.h,v 1.
1 2000/06/17 10:39:19
mdw Exp $
+ * $Id: selpk.h,v 1.
2 2000/07/16 18:56:00
mdw Exp $
*
* Packet-buffering select handler
*
*
* Packet-buffering select handler
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: selpk.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: selpk.h,v $
+ * Revision 1.2 2000/07/16 18:56:00 mdw
+ * Fix a function declaration which slipped through the net.
+ *
* Revision 1.1 2000/06/17 10:39:19 mdw
* Experimental new support for packet buffering.
*
* Revision 1.1 2000/06/17 10:39:19 mdw
* Experimental new support for packet buffering.
*
@@
-95,7
+98,7
@@
extern void selpk_disable(selpk */*pk*/);
* Use: Sets the size of the packet to be read next.
*/
* Use: Sets the size of the packet to be read next.
*/
-extern void selpk_
setsize
(selpk */*pk*/, size_t /*sz*/);
+extern void selpk_
want
(selpk */*pk*/, size_t /*sz*/);
/* --- @selpk_init@ --- *
*
/* --- @selpk_init@ --- *
*