]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/orte/protos_api.h
Don't have a comment between return type and function name
[orte.git] / orte / include / orte / protos_api.h
index b7664372169496e72b5ff03ddca961b1d479b334..e7475e81782b4c3bfb0aeb70ad021d6de32a91c8 100644 (file)
@@ -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);
 
 /**