mirror of https://github.com/yandex/odyssey.git
18 lines
225 B
C
18 lines
225 B
C
![]() |
|
||
|
#include <stdlib.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#include "od_macro.h"
|
||
|
#include "od_list.h"
|
||
|
#include "od_scheme.h"
|
||
|
|
||
|
void od_schemeinit(odscheme_t *scheme)
|
||
|
{
|
||
|
(void)scheme;
|
||
|
}
|
||
|
|
||
|
void od_schemefree(odscheme_t *scheme)
|
||
|
{
|
||
|
(void)scheme;
|
||
|
}
|