Changeset 496 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/13/08 23:56:45 (4 months ago)
Author:
mwhitworth
Message:

Fix function prototypes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/include/sched.h

    r203 r496  
    4545void ThrStartThread(struct Thread* thread); 
    4646void ThrProcessExit(int returnCode); 
    47 void ThrSetPriority(struct Thread* thread,int priority); 
     47void ThrSetPriority(struct Thread* thread, int priority); 
    4848void ThrSuspendThread(struct Thread* thread); 
    4949void ThrResumeThread(struct Thread* thread); 
    50 char* ThrGetProcName(int pid); 
     50char* ThrGetProcName(DWORD pid); 
    5151void ThrFreeThread(struct Thread* thread); 
    5252void ThrFreeProcess(struct Process* process);