~ubuntu-branches/ubuntu/vivid/dropbear/vivid

« back to all changes in this revision

Viewing changes to session.h

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2011-11-16 12:36:03 UTC
  • mfrom: (1.4.4)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20111116123603-qkpk0p5e3gegporw
ImportĀ upstreamĀ versionĀ 2011.54

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include "packet.h"
38
38
#include "tcpfwd.h"
39
39
#include "chansession.h"
 
40
#include "dbutil.h"
40
41
 
41
42
extern int sessinitdone; /* Is set to 0 somewhere */
42
43
extern int exitflag;
52
53
 
53
54
/* Server */
54
55
void svr_session(int sock, int childpipe);
55
 
void svr_dropbear_exit(int exitcode, const char* format, va_list param);
 
56
void svr_dropbear_exit(int exitcode, const char* format, va_list param) ATTRIB_NORETURN;
56
57
void svr_dropbear_log(int priority, const char* format, va_list param);
57
58
 
58
59
/* Client */