]> git.stg.codes - stg.git/blob - projects/rlm_stg/stgpair.c
Added blockio library.
[stg.git] / projects / rlm_stg / stgpair.c
1 #include "stgpair.h"
2
3 int emptyPair(const STG_PAIR* pair)
4 {
5     return pair != NULL && pair->key[0] != '\0' && pair->value[0] != '\0';
6 }