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."