From 36ff23209bcbb438234d8c4739f6fe769d9f4ba7 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 1 Apr 2004 02:41:41 +0000 Subject: let alice recognize a y.onion address and, uhm, do something svn:r1422 --- src/or/rendcommon.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/or/rendcommon.c') diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 399e5db1fa..220ed31a2a 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -244,4 +244,15 @@ int rend_cache_store(char *desc, int desc_len) return 0; } +/* ==== General utility functions for rendezvous. */ + +/* If address is of the form "y.onion" with a well-formed handle y, + * then put a '\0' after y and return 0. + * Else return -1 and change nothing. + */ +int rend_parse_rendezvous_address(char *address) { + + + return -1; +} -- cgit v1.2.3-54-g00ecf