From 261cf520a317d1b9debded1c1ed5cb4d25e2e639 Mon Sep 17 00:00:00 2001 From: Jimmy Tang <jtang@tchpc.tcd.ie> Date: Wed, 1 Jun 2011 09:04:44 +0100 Subject: [PATCH] Correct comments in header file --- contribs/phpext/slurm_php/slurm_php.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribs/phpext/slurm_php/slurm_php.h b/contribs/phpext/slurm_php/slurm_php.h index 0ce76348296..f5f77c53263 100644 --- a/contribs/phpext/slurm_php/slurm_php.h +++ b/contribs/phpext/slurm_php/slurm_php.h @@ -419,7 +419,7 @@ PHP_FUNCTION(slurm_get_control_configuration_values); * NOTE : the error codes and their meaning are described in the * section labelled EXTRA */ -PHP_FUNCTION(slurm_load_partition_jobs); +PHP_FUNCTION(slurm_load_job_information); /* * slurm_load_partition_jobs - Retreive the information of all the @@ -434,7 +434,7 @@ PHP_FUNCTION(slurm_load_partition_jobs); * NOTE : the error codes and their meaning are described in the * section labelled EXTRA */ -PHP_FUNCTION(slurm_load_job_information); +PHP_FUNCTION(slurm_load_partition_jobs); /*****************************************************************************\ -- GitLab