Fix to compile warnings.

* discarded-qualifiers warnings.
* Function definitions, the .h doesn't match the .c.
* Added some include to ensure the .c has function definition.
This commit is contained in:
Jose Rubio
2019-10-11 10:49:48 +02:00
parent f9790767f3
commit 0086a7067e
9 changed files with 19 additions and 15 deletions

View File

@@ -76,11 +76,11 @@ extern int _DtFormatProcessString (
int seg_type,
char **font_attr );
extern int _DtHelpFormatToc (
XtPointer client_data,
_DtHelpVolumeHdl volume,
char *id_string,
char *ret_id,
XtPointer *ret_handle);
DtHelpDispAreaStruct *client_data,
_DtHelpVolumeHdl volume,
char *id_string,
char **ret_id,
XtPointer *ret_handle);
extern int _DtHelpFormatTopic (
XtPointer client_data,
_DtHelpVolumeHdl volume,