summaryrefslogtreecommitdiff
path: root/src/gmutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmutil.c')
-rw-r--r--src/gmutil.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gmutil.c b/src/gmutil.c
index a9d70fbb..57d7e350 100644
--- a/src/gmutil.c
+++ b/src/gmutil.c
@@ -25,6 +25,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
25#include <the_Foundation/regexp.h> 25#include <the_Foundation/regexp.h>
26#include <the_Foundation/object.h> 26#include <the_Foundation/object.h>
27#include <the_Foundation/path.h> 27#include <the_Foundation/path.h>
28#include <the_Foundation/regexp.h>
29
30iRegExp *newGemtextLink_RegExp(void) {
31 return new_RegExp("=>\\s*([^\\s]+)(\\s.*)?", 0);
32}
28 33
29void init_Url(iUrl *d, const iString *text) { 34void init_Url(iUrl *d, const iString *text) {
30 /* Handle "file:" as a special case since it only has the path part. */ 35 /* Handle "file:" as a special case since it only has the path part. */