tor/src/lib/confmgt
Nick Mathewson 88839ab2ac Remove _ex suffix from typed_var_*_ex() functions.
Now that the variants of these functions that took config_line_t are
gone, there is no longer any reason for the remaining variants to
have "ex" at the end of their names.

This commit was made by running this perl script over all the files
in src/:

#!/usr/bin/perl -w -i -p

s{typed_var_(assign|free|encode|copy|eq|ok|kvassign|kvencode|mark_fragile)_ex}
 {typed_var_$1}g;
2019-09-04 15:01:49 -04:00
..
.may_include Add a "typed_var" abstraction to implement lvalue access in C. 2019-06-24 17:50:43 -04:00
include.am Add new "struct_var_" functions to manipulate struct fields. 2019-06-25 12:51:25 -04:00
structvar.c Remove _ex suffix from typed_var_*_ex() functions. 2019-09-04 15:01:49 -04:00
structvar.h Turn several properties of types or variables into flags. 2019-06-25 12:51:25 -04:00
type_defs.c Turn several properties of types or variables into flags. 2019-06-25 12:51:25 -04:00
type_defs.h Add a "typed_var" abstraction to implement lvalue access in C. 2019-06-24 17:50:43 -04:00
typedvar.c Remove _ex suffix from typed_var_*_ex() functions. 2019-09-04 15:01:49 -04:00
typedvar.h Remove _ex suffix from typed_var_*_ex() functions. 2019-09-04 15:01:49 -04:00
unitparse.c Add unit tests for the unitparse.c module. 2019-06-24 17:50:43 -04:00
unitparse.h Move unit-parsing code to src/lib/confmgt 2019-06-24 15:11:57 -04:00
var_type_def_st.h Merge branch 'ticket30935' into ticket30935_merged 2019-08-22 17:25:35 -04:00