source: trunk/src/kernel32/profile.h@ 1451

Last change on this file since 1451 was 1370, checked in by sandervl, 26 years ago

Odin ini changes

File size: 327 bytes
Line 
1/* $Id: profile.h,v 1.3 1999-10-20 08:09:05 sandervl Exp $ */
2/*
3 * Profile header for initterm
4 * Copyright 1999 Christoph Bratschi
5 * Project Odin Software License can be found in LICENSE.TXT
6 */
7
8#ifndef __PROFILE_H__
9#define __PROFILE_H__
10
11void WINAPI WriteOutProfiles(void);
12void WINAPI PROFILE_LoadOdinIni(void);
13
14#endif
Note: See TracBrowser for help on using the repository browser.