diff options
Diffstat (limited to 'src/gmutil.h')
-rw-r--r-- | src/gmutil.h | 3 |
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 | ||
28 | iDeclareType(GmError) | 28 | iDeclareType(GmError) |
29 | iDeclareType(RegExp) | ||
29 | iDeclareType(Url) | 30 | iDeclareType(Url) |
30 | 31 | ||
31 | /* Response status codes. */ | 32 | /* Response status codes. */ |
@@ -90,6 +91,8 @@ struct Impl_GmError { | |||
90 | iBool isDefined_GmError (enum iGmStatusCode code); | 91 | iBool isDefined_GmError (enum iGmStatusCode code); |
91 | const iGmError * get_GmError (enum iGmStatusCode code); | 92 | const iGmError * get_GmError (enum iGmStatusCode code); |
92 | 93 | ||
94 | iRegExp * newGemtextLink_RegExp (void); | ||
95 | |||
93 | struct Impl_Url { | 96 | struct Impl_Url { |
94 | iRangecc scheme; | 97 | iRangecc scheme; |
95 | iRangecc host; | 98 | iRangecc host; |