#ifndef user_H
#define user_H

#include <stdbool.h>

bool proginfo_handler(bits, toolbox_action *, toolbox_block *, void *);

#endif
