(muscle_entry_t): Remove; moved to muscle_tab.c and renamed to muscle_entry.

This commit is contained in:
Paul Eggert
2002-12-11 06:37:17 +00:00
parent 8322e8f580
commit 2b5ff972bf

View File

@@ -21,12 +21,6 @@
#ifndef MUSCLE_TAB_H_
# define MUSCLE_TAB_H_
typedef struct muscle_entry_s
{
const char *key;
char *value;
} muscle_entry_t;
void muscle_init (void);
void muscle_insert (const char *key, char *value);
char *muscle_find (const char *key);