* Fix an error in compilation when Alpine is not built with S/MIME
[alpine.git] / pith / url.h
bloba1936c89e7ef5f99e2368768656ea03e06cd11a0
1 /*
2 * $Id: url.h 764 2007-10-23 23:44:49Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifndef PITH_URL_INCLUDED
17 #define PITH_URL_INCLUDED
20 /* exported protoypes */
21 char *rfc1738_scan(char *, int *);
22 char *rfc1738_str(char *);
23 unsigned long rfc1738_num(char **);
24 int rfc1738_group(char *);
25 char *rfc1738_encode_mailto(char *);
26 int rfc1808_tokens(char *, char **, char **, char **, char **, char **, char **);
27 char *web_host_scan(char *, int *);
28 char *mail_addr_scan(char *, int *);
31 #endif /* PITH_URL_INCLUDED */