summaryrefslogtreecommitdiff
path: root/src/gmutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmutil.h')
-rw-r--r--src/gmutil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gmutil.h b/src/gmutil.h
index 84f31e2e..09d333e7 100644
--- a/src/gmutil.h
+++ b/src/gmutil.h
@@ -26,6 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
26#include <the_Foundation/string.h> 26#include <the_Foundation/string.h>
27 27
28iDeclareType(GmError) 28iDeclareType(GmError)
29iDeclareType(RegExp)
29iDeclareType(Url) 30iDeclareType(Url)
30 31
31/* Response status codes. */ 32/* Response status codes. */
@@ -90,6 +91,8 @@ struct Impl_GmError {
90iBool isDefined_GmError (enum iGmStatusCode code); 91iBool isDefined_GmError (enum iGmStatusCode code);
91const iGmError * get_GmError (enum iGmStatusCode code); 92const iGmError * get_GmError (enum iGmStatusCode code);
92 93
94iRegExp * newGemtextLink_RegExp (void);
95
93struct Impl_Url { 96struct Impl_Url {
94 iRangecc scheme; 97 iRangecc scheme;
95 iRangecc host; 98 iRangecc host;