SLOG_RDEF_Close
Close the buffer, SLOG_recdefs_buf, by freeing all the related memory.
Synopsis
int SLOG_RDEF_Close( SLOG_recdefs_buf *slog_recdefs )
Modified Input Variables
- slog_recdefs - pointer to SLOG_recdefs_buf to be closed.
Modifies Output Variables
- returned value - integer status code.
Include file needed
slog_recdefs.h
Notes on SLOG return status code
There are 3 allowed SLOG returned status codes. They are
SLOG_SUCCESS, SLOG_FAIL and SLOG_EOF. Their actual values
are defined in slog.h
SLOG_SUCCESS is returned when no error is encountered.
SLOG_FAIL is returned when error is encounted.
SLOG_EOF is returned when End of file is encounted.
Location:../src/slog_recdefs.c