You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
195 B
C

#pragma once
#include <stdio.h>
struct status_poll;
struct json_field_type;
extern struct json_field_type api_Poll_type;
void api_Poll_write( struct status_poll* poll, FILE* f, int indent );