From 03d7886528a6670244f9cdf7608dea3c46de129d Mon Sep 17 00:00:00 2001 From: Rich E Date: Fri, 18 Jan 2008 20:27:28 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r9151, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/reakin/sdiflists/; revision=9152 --- sdiftostring.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sdiftostring.h (limited to 'sdiftostring.h') diff --git a/sdiftostring.h b/sdiftostring.h new file mode 100644 index 0000000..5b2ae59 --- /dev/null +++ b/sdiftostring.h @@ -0,0 +1,13 @@ +/* SdifFPut.c functions that were not declared in sdif.h*/ + +#include +int SdifFNameValueLCurrNVTtoSdifString (SdifFileT *SdifF, SdifStringT *SdifString); +int SdifFAllStreamIDToSdifString (SdifFileT *SdifF, SdifStringT *SdifSTring); + +/* + Append one frame type to SdifString +*/ +int SdifFOneFrameTypeToSdifString(SdifFrameTypeT *FrameType, SdifStringT *SdifString); + + +int SdifFOneMatrixTypeToSdifString(SdifMatrixTypeT *MatrixType, SdifStringT *SdifString); -- cgit v1.2.1