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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user