DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: I T

⟦1d9a0abbb⟧ TextFile

    Length: 833 (0x341)
    Types: TextFile
    Names: »IMISC-types.h«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦e83f91978⟧ »EurOpenD22/isode/osimis-2.0.tar.Z« 
        └─⟦d846658bd⟧ 
            └─⟦this⟧ »osimis/misode/imisc/IMISC-types.h« 

TextFile

/* automatically generated by posy 6.0 #3 (embarcadero.cs.ucl.ac.uk), do not edit! */

#ifndef	_module_IMISC_defined_
#define	_module_IMISC_defined_

#include "psap.h"
#ifndef	PEPYPATH
#define	PEPYPATH
#endif
#include "UNIV-types.h"



#define	type_IMISC_UTCResult	type_UNIV_UniversalTime
#define	free_IMISC_UTCResult	free_UNIV_UniversalTime

#define	type_IMISC_GenResult	type_UNIV_GeneralizedTime
#define	free_IMISC_GenResult	free_UNIV_GeneralizedTime

#define	type_IMISC_Data	PElement
#define	free_IMISC_Data	pe_free

struct type_IMISC_IA5List {
        struct type_UNIV_IA5String *IA5String;

        struct type_IMISC_IA5List *next;
};
int	free_IMISC_IA5List ();

struct type_IMISC_TimeResult {
    integer    parm;
};
int	free_IMISC_TimeResult ();

struct type_IMISC_Empty {
    char    parm;
};
int	free_IMISC_Empty ();
#endif