Quellcode durchsuchen

remove duplicate function prototype

svn:r3743
Roger Dingledine vor 20 Jahren
Ursprung
Commit
5254c4e63a
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      src/or/or.h

+ 0 - 1
src/or/or.h

@@ -1266,7 +1266,6 @@ connection_t *connection_get_by_type_state(int type, int state);
 connection_t *connection_get_by_type_purpose(int type, int purpose);
 connection_t *connection_get_by_type_state_lastwritten(int type, int state);
 connection_t *connection_get_by_type_state_rendquery(int type, int state, const char *rendquery);
-connection_t *connection_get_by_type_purpose(int type, int purpose);
 
 #define connection_speaks_cells(conn) ((conn)->type == CONN_TYPE_OR)
 #define connection_has_pending_tls_data(conn) \