[cl-net-snmp-cvs] r15 - trunk
ctian at common-lisp.net
ctian at common-lisp.net
Tue Apr 10 22:59:45 UTC 2007
Author: ctian
Date: Tue Apr 10 18:59:45 2007
New Revision: 15
Modified:
trunk/typedefs.lisp
Log:
size-type should use ulong?
Modified: trunk/typedefs.lisp
==============================================================================
--- trunk/typedefs.lisp (original)
+++ trunk/typedefs.lisp Tue Apr 10 18:59:45 2007
@@ -1,6 +1,6 @@
(in-package :org.net-snmp)
-(defctype c-size-type :long)
+(defctype c-size-type :ulong)
(defcstruct c-snmp-pdu
"The snmp protocol data unit."
More information about the Cl-net-snmp-cvs
mailing list