aboutsummaryrefslogtreecommitdiff
path: root/src/thread.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.hh')
-rw-r--r--src/thread.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.hh b/src/thread.hh
index 825b330..20cfa0b 100644
--- a/src/thread.hh
+++ b/src/thread.hh
@@ -18,7 +18,7 @@ void DelayThread(int Seconds, int MicroSeconds);
struct Semaphore {
// REGULAR FUNCTIONS
// =========================================================================
- Semaphore(void);
+ Semaphore(int Value);
~Semaphore(void);
void up(void);
void down(void);