SQG Documentation: addslash()
============================================================
SYNOPSIS
#include "querygen.h"
char *addslash( char *string);
============================================================
DESCRIPTION
The addslash function adds backslashes in front of single
quotes and backslashes found in string.
============================================================
RETURN VALUE
A pointer to an array of type char containing the new string
with backslashes added is returned.
============================================================