add missing static modifier

This commit is contained in:
Sears Russell 2010-12-03 00:28:38 +00:00
parent a7f71d6dbf
commit d0df76012d

View file

@ -454,7 +454,7 @@ static int pfile_truncate_start(stasis_handle_t *h, lsn_t new_start) {
return 0;
}
struct stasis_handle_t pfile_func = {
static struct stasis_handle_t pfile_func = {
.num_copies = pfile_num_copies,
.num_copies_buffer = pfile_num_copies_buffer,
.close = pfile_close,