make local comparison function static

This commit is contained in:
Enno Rehling 2018-07-11 21:39:33 +02:00
parent c4424f9899
commit af0a359acf
3 changed files with 3 additions and 3 deletions

2
clibs

@ -1 +1 @@
Subproject commit 9b6e34959f77d7ca3a4ce3826cb487487f557441
Subproject commit f9842e07a442c5453c270badf25ab72633b4edf5

View file

@ -14,7 +14,7 @@
#include <stdlib.h>
#include <assert.h>
int cmp_scholars(const void *lhs, const void *rhs)
static int cmp_scholars(const void *lhs, const void *rhs)
{
const scholar *a = (const scholar *)lhs;
const scholar *b = (const scholar *)rhs;

@ -1 +1 @@
Subproject commit 6eea7695285f9c9f1d25421897ca55f466ef7566
Subproject commit 5623ee6527e97af20c7d8efc03800b6fe1579744