|
From: <kin...@us...> - 2023-08-11 06:56:27
|
Revision: 7153
http://sourceforge.net/p/teem/code/7153
Author: kindlmann
Date: 2023-08-11 06:56:25 +0000 (Fri, 11 Aug 2023)
Log Message:
-----------
sync with sources
Modified Paths:
--------------
teem/trunk/python/cffi/cdef/cdef_hest.h
Modified: teem/trunk/python/cffi/cdef/cdef_hest.h
===================================================================
--- teem/trunk/python/cffi/cdef/cdef_hest.h 2023-08-11 06:50:47 UTC (rev 7152)
+++ teem/trunk/python/cffi/cdef/cdef_hest.h 2023-08-11 06:56:25 UTC (rev 7153)
@@ -116,7 +116,7 @@
length of the hestOpt array, and in arrLen the number of hestOpts actually used and
set. This facilitates implementing something much like an airArray, but without the
burden of extra calls for the user (like airArrayLenIncr), nor new kinds of containers
- for hest and its users to manage: just same same array of hestOpt structs */
+ for hest and its users to manage: it is just the same array of hestOpt structs */
unsigned int arrAlloc, arrLen;
/* --------------------- Output
Things set/allocated by hestParse. */
@@ -215,6 +215,7 @@
extern hestParm *hestParmNew(void);
extern hestParm *hestParmFree(hestParm *parm);
extern void *hestParmFree_vp(void *parm);
+extern int hestParmColumnsIoctl(hestParm *hparm, unsigned int nonIoctlColumns);
extern void hestOptSingleSet(hestOpt *opt, const char *flag, const char *name,
int type, unsigned int min, int max, void *valueP,
const char *dflt, const char *info, unsigned int *sawP,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|