mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 21:53:48 +01:00
88839ab2ac
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; |
||
---|---|---|
.. | ||
.may_include | ||
include.am | ||
structvar.c | ||
structvar.h | ||
type_defs.c | ||
type_defs.h | ||
typedvar.c | ||
typedvar.h | ||
unitparse.c | ||
unitparse.h | ||
var_type_def_st.h |