25 #ifndef _TREATMENTS_H_
26 #define _TREATMENTS_H_
36 extern treatment_t *
find_treatment(GList *tment_list, gchar *tment_name);
GList * init_treatments(void)
Here we do init the available treatment list Should only be called once at init time.
treatment_t * find_treatment(GList *tment_list, gchar *tment_name)
Finds a treatment, by name, in the treatment list returns the treatment if found, NULL otherwise...
treatment_t * copy_treatment(treatment_t *tment)
Copies the treatment and calls the treatment copy function that copies the data of the treatment itse...
value_t * new_value_t(guint length, guchar *bin_data)