.TH "PX_SET_TABLENAME" "3" .SH "NAME" PX_set_tablename \(em Set name of table .SH "SYNOPSIS" .PP #include .PP int PX_set_tablename(pxdoc_t *pxdoc, const char *name) .SH "DESCRIPTION" .PP Sets the name of the table as stored in the header of the database file. You probably will call this function after PX_create_fp(3) because it leaves the name empty. This function is a short cut for PX_set_parameter(pxdoc, "tablename", name) and is deprecated. .SH "RETURN VALUE" .PP Returns a value < 0 in case of an error, otherwise 0. .SH "SEE ALSO" .PP \fBPX_create_fp(3)\fP, \fBPX_set_parameter(3)\fP .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man