Made GfParmRemove part of TGF API
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3532 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 12c4f0ed7609ccd5b30ae3b680bd059ba307e316 Former-commit-id: 4d31f32e02e81ea2e646212d4e5f3d8f02ea5307
This commit is contained in:
parent
4e251115b6
commit
8b90622cf5
2 changed files with 2 additions and 1 deletions
|
@ -1746,7 +1746,7 @@ GfParmWriteFileSDHeader (const char *file, void *parmHandle, const char *name, c
|
|||
@return none
|
||||
*/
|
||||
void
|
||||
GfParmRemove (void *parmHandle, char *sectionName, char *paramName)
|
||||
GfParmRemove (void *parmHandle, const char *sectionName, const char *paramName)
|
||||
{
|
||||
struct parmHandle *handle = (struct parmHandle *)parmHandle;
|
||||
struct parmHeader *conf;
|
||||
|
|
|
@ -366,6 +366,7 @@ TGF_API int GfParmCheckHandle(void *ref, void *tgt);
|
|||
TGF_API void *GfParmMergeHandles(void *ref, void *tgt, int mode);
|
||||
TGF_API int GfParmGetNumBoundaries(void *handle, char *path, char *key, tdble *min, tdble *max);
|
||||
|
||||
TGF_API void GfParmRemove(void *handle, const char *path, const char *key);
|
||||
TGF_API int GfParmExists(void *handle, const char *path);
|
||||
TGF_API int GfParmGetEltNb(void *handle, const char *path);
|
||||
TGF_API int GfParmListSeekFirst(void *handle, const char *path);
|
||||
|
|
Loading…
Reference in a new issue