summaryrefslogtreecommitdiff
path: root/src/or/dos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dos.h')
-rw-r--r--src/or/dos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dos.h b/src/or/dos.h
index bb8d7d1a79..fa86295cf6 100644
--- a/src/or/dos.h
+++ b/src/or/dos.h
@@ -81,6 +81,7 @@ typedef enum dos_cc_defense_type_t {
} dos_cc_defense_type_t;
void dos_cc_new_create_cell(channel_t *channel);
+dos_cc_defense_type_t dos_cc_get_defense_type(channel_t *chan);
/*
* Concurrent connection DoS mitigation interface.