diff options
Diffstat (limited to 'appl/collab/service.m')
| -rw-r--r-- | appl/collab/service.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appl/collab/service.m b/appl/collab/service.m new file mode 100644 index 00000000..4d160a5b --- /dev/null +++ b/appl/collab/service.m @@ -0,0 +1,4 @@ +Service: module +{ + init: fn (args: list of string): (string, string, ref Sys->FD); +}; |
