]> code.citadel.org Git - citadel.git/blob - webcit/scripts/get_ical_data__template.sed
Removed test_binary_compatibility() from ctdlvisor.c because we don't do it that...
[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  }