Update demand.h

This commit is contained in:
Michael Tryby
2019-04-12 18:07:32 -04:00
parent 880bdfffba
commit f80e74bc5c

View File

@@ -21,8 +21,7 @@
// Forward declarations // Forward declarations
typedef struct demand_data_s demand_data_t; typedef struct demand_data_s demand_data_t;
// demand list gets declared in types.h typedef struct Snode // demand list gets declared in types.h struct Snode
extern list_t *p_demand_list;
demand_data_t *create_demand_data(double base_demand, int pat_index, char *cat_name); demand_data_t *create_demand_data(double base_demand, int pat_index, char *cat_name);