[BACK]Return to log-server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/log-server.c between version 1.13 and 1.14

version 1.13, 2000/03/28 20:26:21 version 1.14, 2000/04/14 10:30:31
Line 1 
Line 1 
 /*  /*
  *   *
  * log-server.c   * log-server.c
  *   *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  *   *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved   *                    All rights reserved
  *   *
  * Created: Mon Mar 20 21:19:30 1995 ylo   * Created: Mon Mar 20 21:19:30 1995 ylo
  *   *
  * Server-side versions of debug(), log(), etc.  These normally send the output   * Server-side versions of debug(), log(), etc.  These normally send the output
  * to the system log.   * to the system log.
  *   *
  */   */
   
 #include "includes.h"  #include "includes.h"
Line 32 
Line 32 
  *   level      logging level   *   level      logging level
  */   */
   
 void  void
 log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr)  log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr)
 {  {
         switch (level) {          switch (level) {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14