mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15004 87f5fb63-7c3d-0410-a384-fd976d0f7a62
31 lines
631 B
C
31 lines
631 B
C
#ifndef SKELETON_INTERFACE_DEF_H
|
|
#define SKELETON_INTERFACE_DEF_H
|
|
|
|
/*
|
|
** This file was machine generated by idltool 51.6.
|
|
** Do not edit
|
|
*/
|
|
|
|
#ifndef EXEC_TYPES_H
|
|
#include <exec/types.h>
|
|
#endif
|
|
#ifndef EXEC_EXEC_H
|
|
#include <exec/exec.h>
|
|
#endif
|
|
#ifndef EXEC_INTERFACES_H
|
|
#include <exec/interfaces.h>
|
|
#endif
|
|
|
|
|
|
struct SkeletonIFace
|
|
{
|
|
struct InterfaceData Data;
|
|
|
|
ULONG APICALL (*Obtain)(struct SkeletonIFace *Self);
|
|
ULONG APICALL (*Release)(struct SkeletonIFace *Self);
|
|
void APICALL (*Expunge)(struct SkeletonIFace *Self);
|
|
struct Interface * APICALL (*Clone)(struct SkeletonIFace *Self);
|
|
};
|
|
|
|
#endif /* SKELETON_INTERFACE_DEF_H */
|