blob: e76d68a666a8dfd48539b11b94e885219576ecde (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* ISC license. */
#ifndef SKALIBS_AT_INTERNAL_H
#define SKALIBS_AT_INTERNAL_H
#include <skalibs/functypes.h>
extern int emulate_at (int, init_func_ref, deinit_func_ref, void *) ;
#endif
|