- Adapted indenation to new agreed upon system

- Added support for second generation scriptcontext based counter
This commit is contained in:
koennecke
2009-02-13 09:00:03 +00:00
parent a3dcad2bfa
commit 91d4af0541
405 changed files with 88101 additions and 88173 deletions

View File

@ -9,19 +9,18 @@
#ifndef UUBUFFER
#define UUBUFFER
int UUencodeBuffer(void *pBuffer, int iBufLen, char *pName,
void **pEncoded, int *iLength);
int UUencodeBuffer(void *pBuffer, int iBufLen, char *pName,
void **pEncoded, int *iLength);
/*
- pBuffer is the buffer to encode
- iBufLen is the length of buffer to encode
- pName is the name to write instead of a filename
- *pEncoded is the pointer to the encoded buffer
- *iLength is the length of the encoded buffer.
On success, a 1 will be returned, 0 else.
UUencodeBuffer allocates memory for pEncoded. It is the callers
responsability to free this memory after use.
*/
#endif
On success, a 1 will be returned, 0 else.
UUencodeBuffer allocates memory for pEncoded. It is the callers
responsability to free this memory after use.
*/
#endif