ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
publication
dist_user_exits.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef DIST_USER_EXITS_HHH
15
#define DIST_USER_EXITS_HHH
16
17
#include <publication/libpublication_exports.h>
18
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
29
extern
PUBLICATION_API
int
DIST_USER_new_revision_id
(
30
int
site_id,
31
const
char
* item_id,
32
const
char
* item_type,
33
logical
* modifiable,
34
char
** rev_id
35
);
36
37
#ifdef __cplusplus
38
}
39
#endif
40
43
#include <publication/libpublication_undef.h>
44
45
#endif