Skip to content
Snippets Groups Projects
Commit c51ddfcb authored by Moe Jette's avatar Moe Jette
Browse files

Remove "inline" function parameter.

parent 1bc56eae
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ char * slurm_strerror PARAMS((int errnum));
void slurm_seterrno PARAMS((int errnum));
/* get an errno value */
inline int slurm_get_errno PARAMS((void));
int slurm_get_errno PARAMS((void));
/* print message: error string for current errno value */
void slurm_perror PARAMS((char *msg));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment