summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-08 10:45:53 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-08 10:45:53 +0000
commitea25eab9171c08eded855de88f78088845d70db9 (patch)
tree69b8026dd5091dfcdf2291a4d88091e852633886 /src/common.h
parentecf486cb56539018cd5efac9ca986bf36c09c252 (diff)
downloadgnutls-ea25eab9171c08eded855de88f78088845d70db9.tar.gz
Indent.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index acc313054b..4531529f2d 100644
--- a/src/common.h
+++ b/src/common.h
@@ -35,7 +35,7 @@ void parse_ciphers (char **ciphers, int nciphers, int *cipher_priority);
void parse_protocols (char **protocols, int protocols_size,
int *protocol_priority);
const char *raw_to_string (const unsigned char *raw, size_t raw_size);
-int service_to_port( const char* service);
+int service_to_port (const char *service);
void sockets_init (void);