Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rf809cad r39a531d  
    490490              "\n"
    491491              "SEE ALSO: aaway, zaway"),
    492 
    493   OWLCMD_VOID("flush-logs", owl_command_flushlogs, OWL_CTX_ANY,
    494                "flush the queue of messages waiting to be logged",
    495                "",
    496                "If BarnOwl failed to log a file, this command tells\n"
    497                "BarnOwl to try logging the messages that have since\n"
    498                "come in, and to resume logging normally."),
    499492
    500493  OWLCMD_ARGS("load-subs", owl_command_loadsubs, OWL_CTX_ANY,
     
    14431436{
    14441437  owl_function_unsuball();
    1445 }
    1446 
    1447 void owl_command_flushlogs(void)
    1448 {
    1449   owl_log_flush_logs();
    14501438}
    14511439
Note: See TracChangeset for help on using the changeset viewer.