source: trunk/include/helpers/resh.h@ 13

Last change on this file since 13 was 7, checked in by umoeller, 25 years ago

Initial checkin of helpers code, which used to be in WarpIN.

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1/* $Id: resh.h 7 2000-10-27 21:27:02Z umoeller $ */
2
3/*
4 * Copyright (C) 2000 Christoph Schulte M”nting.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, in version 2 as it comes in the COPYING
9 * file of this distribution.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15
16/*
17 *@@sourcefile resh.h:
18 * header file for resh.c. See remarks there.
19 */
20
21#ifndef RESH_H_INCLUDED
22#define RESH_H_INCLUDED
23
24#include <os2.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30APIRET reshWriteResourceToFile(HMODULE hmod,
31 ULONG ulTypeID,
32 ULONG ulNameID,
33 const char *pcszFilename,
34 PULONG pulBytesWritten);
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* not RESH_H_INCLUDED */
41
Note: See TracBrowser for help on using the repository browser.