h
isode
ds
atnds
eds-syntax.h
1
/* Emacs mode: -*- C -*- */
2
3
/*
4
* Copyright (c) 2015, Isode Limited, London, England.
5
* All rights reserved.
6
*
7
* Acquisition and use of this software and related materials for any
8
* purpose requires a written licence agreement from Isode
9
* Limited, or a written licence from an organisation licenced by Isode
10
* Limited to grant such a licence.
11
*
12
*/
13
14
/*
15
* eds-syntax.h
16
*
17
* Data types in support of the European Directory Service (EDS)
18
*
19
*/
20
21
#ifndef ISODE_EDS_SYNTAX_H
22
#define ISODE_EDS_SYNTAX_H
23
24
void
eds_routingnetwork_syntax (
void
);
25
void
eds_routingplannedevent_syntax (
void
);
26
void
eds_typeofuser_syntax (
void
);
27
28
#endif
/* ISODE_EDS_SYNTAX_H */
All rights reserved © 2002 - 2024 Isode Ltd.