From: Michal Sojka Date: Mon, 9 Feb 2015 16:29:57 +0000 (+0100) Subject: Don't have a comment between return type and function name X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/commitdiff_plain/d4936ca33732693d7eff79f74ffdec09f3134aea Don't have a comment between return type and function name --- 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); /**