aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-10-24 16:04:31 +0200
committerGeorge Kadianakis <desnacked@gmail.com>2011-10-24 16:04:31 +0200
commit6b3c3b968f9607e45fa18f91cedfc8fce8d0d8cc (patch)
treec5abdf2de76146e26682e3180edbea36df7d4ed5 /src/common/util.h
parentcf08cd47cce73a7c4c7c24d8b0cc361570c2baa4 (diff)
downloadtor-6b3c3b968f9607e45fa18f91cedfc8fce8d0d8cc.tar
tor-6b3c3b968f9607e45fa18f91cedfc8fce8d0d8cc.tar.gz
Rename tor_process_destroy() to tor_process_handle_destroy().
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 9d3472ae8..0ff328fc9 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -420,8 +420,8 @@ char *tor_join_win_cmdline(const char *argv[]);
int tor_process_get_pid(process_handle_t *process_handle);
int tor_terminate_process(process_handle_t *process_handle);
-void tor_process_destroy(process_handle_t *process_handle,
- int also_terminate_process);
+void tor_process_handle_destroy(process_handle_t *process_handle,
+ int also_terminate_process);
#ifdef UTIL_PRIVATE
/* Prototypes for private functions only used by util.c (and unit tests) */