X-Git-Url: http://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/7551a20fa187e372a91f00e02b24e862531bd1ad..d4936ca33732693d7eff79f74ffdec09f3134aea:/orte/include/orte/protos_api.h diff --git a/orte/include/orte/protos_api.h b/orte/include/orte/protos_api.h index b766437..e7475e8 100644 --- a/orte/include/orte/protos_api.h +++ b/orte/include/orte/protos_api.h @@ -248,7 +248,6 @@ ORTEPublicationCreate(ORTEDomain *d, */ extern int ORTEPublicationDestroy(ORTEPublication *cstWriter); -extern int /** * ORTEPublicationPropertiesGet - read properties of a publication @@ -257,6 +256,7 @@ extern int * * Returns ORTE_OK if successful or ORTE_BAD_HANDLE if @cstWriter is not valid cstWriter handle. */ +extern int ORTEPublicationPropertiesGet(ORTEPublication *cstWriter,ORTEPublProp *pp); /**