Skip to content
sld.cc 308 B
Newer Older
Seblu's avatar
Seblu committed
//
// sld.cc for sld in /home/seblu
//
// Made by Seblu
// Login   <seblu@epita.fr>
//
// Started on  Fri Jun  1 02:09:43 2007 Seblu
// Last update Fri Jun  1 02:10:49 2007 Seblu
//

int main(int argc, char *argv[])
{
  //parse option

  //apply config file option

  //apply parsed option

  //run daemon
}