Fehlendes include und Bind zugefügt
This commit is contained in:
@@ -0,0 +1,31 @@
|
|||||||
|
**FREE
|
||||||
|
//=====================================================================
|
||||||
|
//
|
||||||
|
// Project.....: MEDDFN
|
||||||
|
//
|
||||||
|
// Member......: MEDDFNPR
|
||||||
|
//
|
||||||
|
// Description.: Public prototypes for MEDDFN service procedures.
|
||||||
|
//
|
||||||
|
//=====================================================================
|
||||||
|
|
||||||
|
dcl-pr MD_CreateMediaDefinition;
|
||||||
|
|
||||||
|
MediaDefinition
|
||||||
|
likeds(MD_MediaDefinition_T) const;
|
||||||
|
|
||||||
|
end-pr;
|
||||||
|
|
||||||
|
dcl-pr MD_DeleteMediaDefinition;
|
||||||
|
|
||||||
|
MediaDefinition
|
||||||
|
likeds(MD_MediaDefinition_T) const;
|
||||||
|
|
||||||
|
end-pr;
|
||||||
|
|
||||||
|
dcl-pr MD_RetrieveMediaDefinition;
|
||||||
|
|
||||||
|
MediaDefinition
|
||||||
|
likeds(MD_MediaDefinition_T);
|
||||||
|
|
||||||
|
end-pr;
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
STRPGMEXP PGMLVL(*CURRENT)
|
||||||
|
|
||||||
|
EXPORT SYMBOL('MD_CREATEMEDIADEFINITION')
|
||||||
|
EXPORT SYMBOL('MD_DELETEMEDIADEFINITION')
|
||||||
|
EXPORT SYMBOL('MD_RETRIEVEMEDIADEFINITION')
|
||||||
|
|
||||||
|
ENDPGMEXP
|
||||||
Reference in New Issue
Block a user