chiark / gitweb /
shared: move fdset.c from core/ to shared/ since it is used by more than the core now
[elogind.git] / introspect.awk
1 BEGIN {
2         print "<!DOCTYPE node PUBLIC DBUS_INTROSPECT_1_0_XML_PUBLIC_IDENTIFIER"
3         print "DBUS_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER>"
4         print "<node>"
5 }
6
7 // {
8         print
9 }
10
11 END {
12         print "</node>"
13 }