Infrastructure: if we don't find the ical headers during boostrap, abort.
[citadel.git] / webcit / scripts / get_ical_data__template.sed
1 #! /bin/sed -nf
2
3 H
4 $ {
5   x
6   s/\n//g
7   p
8 }
9 $ { 
10   s/.*typedef *enum *__ICALTYPE__ *{\(.*\)} *__ICALTYPE__ *;.*/\1/
11  }