Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1. #ifndef _IOERRS_H
  2. #define _IOERRS_H
  3. /* ioerrs.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS-Portierung                                                             */
  8. /*                                                                           */
  9. /* Abliefern der I/O-Fehlermeldungen                                         */
  10. /*                                                                           */
  11. /* Historie: 11.10.1996 Grundsteinlegung                                     */
  12. /*                                                                           */
  13. /*****************************************************************************/
  14.  
  15. extern const char *GetErrorMsg(int number);
  16.  
  17. extern const char *GetReadErrorMsg(void);
  18.  
  19. extern void ioerrs_init(char *ProgPath);
  20. #endif /* _IOERRS_H */
  21.