reactos/rosapps/fraginator/Fraginator.h
2006-03-30 00:09:09 +00:00

24 lines
537 B
C

/*****************************************************************************
Fraginator !!!
*****************************************************************************/
#ifndef FRAGINATOR_H
#define FRAGINATOR_H
#include "unfrag.h"
#include <CommCtrl.h>
int WINAPI WinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPSTR CmdLine, int ShowCmd);
Defragment *StartDefragBox (string Drive, DefragType Method);
extern HINSTANCE GlobalHInstance;
extern Defragment *Defrag;
#endif // FRAGINATOR_H