view include/number_lookup.h @ 5:2729f94f38fb

themwi-dump-numdb compiles in the new model
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Dec 2023 02:53:27 +0000
parents 159dd90eeafe
children
line wrap: on
line source

/*
 * This header file provides function prototype declarations
 * for numdb lookup library.
 */

#pragma once

int read_number_db(void);
int refresh_number_db(void);

const struct owned_number_rec *numdb_lookup_nanp(const char *numstr);
const struct short_number_rec *numdb_lookup_short(const char *numstr);