debian/source/format: Apparently we're supposed to have one of these.
[mLib-python] / codec.pyx
index 815e6b2..1b395af 100644 (file)
--- a/codec.pyx
+++ b/codec.pyx
@@ -50,6 +50,7 @@ cdef extern from 'mLib/codec.h':
     CDCF_IGNEQMID
     CDCF_IGNZPAD
     CDCF_IGNNEWL
+    CDCF_IGNSPC
     CDCF_IGNINVCH
     CDCF_IGNJUNK
 
@@ -69,6 +70,7 @@ class CDCF:
   IGNEQMID = CDCF_IGNEQMID
   IGNZPAD = CDCF_IGNZPAD
   IGNNEWL = CDCF_IGNNEWL
+  IGNSPC = CDCF_IGNSPC
   IGNINVCH = CDCF_IGNINVCH
   IGNJUNK = CDCF_IGNJUNK