~ubuntu-branches/ubuntu/natty/orbit2/natty

« back to all changes in this revision

Viewing changes to src/orb/GIOP/giop-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Chris Waters
  • Date: 2002-03-25 17:24:03 UTC
  • Revision ID: james.westby@ubuntu.com-20020325172403-8lexv63608acfqgt
Tags: upstream-2.3.107
ImportĀ upstreamĀ versionĀ 2.3.107

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef GIOP_PRIVATE_H
 
2
#define GIOP_PRIVATE_H 1
 
3
 
 
4
#include "config.h"
 
5
#include <orbit/orbit-config.h>
 
6
#include <orbit/GIOP/giop.h>
 
7
#include <linc/linc.h>
 
8
 
 
9
void giop_send_buffer_init     (void);
 
10
void giop_recv_buffer_init     (void);
 
11
void giop_connection_list_init (void);
 
12
 
 
13
#endif