Ignore:
Timestamp:
Oct 10, 2001, 11:22:13 PM (24 years ago)
Author:
phaller
Message:

Standard C compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2sel.h

    r4077 r6997  
    1 /* $Id: os2sel.h,v 1.8 2000-08-24 07:07:21 sandervl Exp $ */
     1/* $Id: os2sel.h,v 1.9 2001-10-10 21:22:13 phaller Exp $ */
    22/*
    33 *
     
    77#ifndef __OS2SEL_H__
    88#define __OS2SEL_H__
     9
     10
     11#ifdef __cplusplus
     12extern "C" {
     13#endif
     14
    915
    1016#ifdef __WATCOMC__
     
    2935
    3036#else
    31 unsigned short _System GetFS       ();
    32 unsigned short _System RestoreOS2FS();
     37
     38unsigned short _System GetFS       (void);
     39unsigned short _System RestoreOS2FS(void);
    3340void           _System SetFS       (unsigned short selector);
    3441unsigned short _System SetReturnFS (unsigned short selector);
     
    3643
    3744//SvL: Checks if thread FS & exception structure are valid
    38 int            _System CheckCurFS();
     45int            _System CheckCurFS(void);
     46 
     47 
     48#ifdef __cplusplus
     49}
     50#endif
     51
    3952
    4053#endif //__OS2SEL_H__
Note: See TracChangeset for help on using the changeset viewer.