blob: 369ce56fead5285ed4650065c18bca422edd1385 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef STASIS_CALLBACKS_H
#define STASIS_CALLBACKS_H
#include "core.h"
#include "envctl.h"
int callback_except_jf(const void *a, const void *b);
int callback_except_gh(const void *a, const void *b);
#endif //STASIS_CALLBACKS_H
|