From d4936ca33732693d7eff79f74ffdec09f3134aea Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 9 Feb 2015 17:29:57 +0100 Subject: [PATCH] Don't have a comment between return type and function name --- orte/include/orte/protos_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /** -- 2.39.2