~ubuntu-branches/debian/sid/axis2c/sid

« back to all changes in this revision

Viewing changes to tools/tcpmon/src/session.c

  • Committer: Bazaar Package Importer
  • Author(s): Kyo Lee
  • Date: 2009-12-16 20:27:31 UTC
  • mfrom: (6.1.9 karmic)
  • Revision ID: james.westby@ubuntu.com-20091216202731-ucim9tlbmpwucfz0
Tags: 1.6.0-1
Build for debian package based largely on Ubuntu package (#497594)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include "tcpmon_session_local.h"
29
29
#include "tcpmon_entry_local.h"
 
30
#include "tcpmon_util.h"
30
31
 
31
32
/**
32
33
 * @brief
131
132
 
132
133
/** internal implementations */
133
134
 
134
 
void *AXIS2_THREAD_FUNC server_funct(
 
135
static void *AXIS2_THREAD_FUNC server_funct(
135
136
    axutil_thread_t * thd,
136
137
    void *data);
137
138
 
487
488
}
488
489
 
489
490
/** internal implementations */
490
 
void *AXIS2_THREAD_FUNC
 
491
static void *AXIS2_THREAD_FUNC
491
492
server_funct(
492
493
    axutil_thread_t * thd,
493
494
    void *data)