/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* bos72Q src/bos/usr/ccs/lib/libwparlog/wparlog.h 1.1.1.1                */
/*                                                                        */
/* Licensed Materials - Property of IBM                                   */
/*                                                                        */
/* Restricted Materials of IBM                                            */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 2010,2019              */
/* All Rights Reserved                                                    */
/*                                                                        */
/* US Government Users Restricted Rights - Use, duplication or            */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
/* @(#)87       1.1.1.1  src/bos/usr/ccs/lib/libwparlog/wparlog.h, libcor, bos72Q, q2019_13A4 2/4/19 06:28:46 */
#ifndef __WPARLOG_H_
#define __WPARLOG_H_

#ifdef __cplusplus
extern "C" {
#endif

extern int wpar_log_err(cid_t kcid, char *cat_file_name,
             int msg_set_no, int msg_no, char *default_fmt_msg, ...);

extern int wpar_print_err(cid_t cid, FILE *fp);

extern int wpar_log_errlist(cid_t kcid, char *cat_file_name, int msg_set_no,
                     int msg_no, char *default_fmt_msg, int argc, char *argv[]);

#ifdef __cplusplus
}
#endif
  
#endif  /*__WPARLOG_H_ */
