HP-UX SNAplus2 Upgrade Guide (June 2003)

Porting Application Programs
CSV
Chapter 340
If you want to use the application with future versions of SNAplus2, you
must modify the application to include the MS header file and relink
with the MS library. If you are making modifications to the source code,
you need to modify the API header files that are included by the
#include directive. The source code should already include the following
line:
#include <acssvcc.h>
If the application does not use any of the other CSV verbs in addition to
TRANSFER_MS_DATA, you can remove this line; if it uses other CSV
verbs, leave this line in place. Add the following line to include the MS
header file:
#include <ms_c.h>