aboutsummaryrefslogtreecommitdiff
path: root/src/or/cpuworker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/cpuworker.h')
-rw-r--r--src/or/cpuworker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/cpuworker.h b/src/or/cpuworker.h
index 91172caa56..73c7eefd4c 100644
--- a/src/or/cpuworker.h
+++ b/src/or/cpuworker.h
@@ -9,8 +9,8 @@
* \brief Header file for cpuworker.c.
**/
-#ifndef _TOR_CPUWORKER_H
-#define _TOR_CPUWORKER_H
+#ifndef TOR_CPUWORKER_H
+#define TOR_CPUWORKER_H
void cpu_init(void);
void cpuworkers_rotate(void);