File: dicomcopy_api.h

package info (click to toggle)
dpm-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,788 kB
  • ctags: 10,782
  • sloc: ansic: 146,136; sh: 13,362; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 955; fortran: 113
file content (23 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * $Id: dicomcopy_api.h,v 1.1 2008/01/14 10:06:10 szamsu Exp $
 */

/*
 * Copyright (C) 2007 by CERN/IT/GD/ITR
 * All rights reserved
 */

/*
 * @(#)$RCSfile: dicomcopy_api.h,v $ $Revision: 1.1 $ $Date: 2008/01/14 10:06:10 $ CERN IT-GD/ITR Jean-Philippe Baud
 */

#ifndef _DICOMCOPY_API_H
#define _DICOMCOPY_API_H
#include "dicomcopy_constants.h"
#include "osdep.h"

                        /* DPM DICOM client function prototypes */

EXTERN_C int DLL_DECL dicomcopy_inc_reqctr _PROTO(());
EXTERN_C int DLL_DECL send2dicomcopyd _PROTO((char *, char *, int, char *, int));
#endif