Update demand.h
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user