diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-23 20:21:24 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 10:00:39 +0200 |
commit | af0c954bc5201e49b406332bea26ca4a71b32a94 (patch) | |
tree | 5826df1e73737d365e2a873e25de6ab88c908540 /src/or/or.h | |
parent | 69fcbbaa8932f83ca715d0cf40c69340c90001a1 (diff) | |
download | tor-af0c954bc5201e49b406332bea26ca4a71b32a94.tar.gz tor-af0c954bc5201e49b406332bea26ca4a71b32a94.zip |
Create ntmain.h
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/or/or.h b/src/or/or.h index 4f1eab526b..2afbac6f38 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3293,21 +3293,6 @@ typedef enum version_status_t { VS_UNKNOWN, /**< We have no idea. */ } version_status_t; -/********************************* ntmain.c ***************************/ -#ifdef MS_WINDOWS -#if !defined (WINCE) -#define NT_SERVICE -#endif -#endif - -#ifdef NT_SERVICE -int nt_service_parse_options(int argc, char **argv, int *should_exit); -int nt_service_is_stopping(void); -void nt_service_set_state(DWORD state); -#else -#define nt_service_is_stopping() 0 -#endif - /********************************* onion.c ***************************/ int onion_pending_add(or_circuit_t *circ, char *onionskin); |