Skip to content
Snippets Groups Projects
Commit d52cf4cc authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Change extern definition to static.

parent dd5602b9
No related branches found
No related tags found
No related merge requests found
......@@ -394,7 +394,7 @@ extern void bb_g_job_set_tres_cnt(struct job_record *job_ptr,
}
/* sort jobs by expected start time */
extern int _sort_job_queue(void *x, void *y)
static int _sort_job_queue(void *x, void *y)
{
struct job_record *job_ptr1 = *(struct job_record **) x;
struct job_record *job_ptr2 = *(struct job_record **) y;
......
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