view include/number_lookup.h @ 15:a24f0794ab4d default tip

INSTALL: document the new way
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 21 May 2024 00:29:21 +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);