Searched defs:addremove_args (Results 1 – 1 of 1) sorted by relevance
19 struct addremove_args { struct21 int edit;22 int unedit;23 int commit;27 int adding;30 int add_tedit;32 int add_tunedit;34 int add_tcommit;58 void watch_modify_watchers (const char *file, struct addremove_args *what); argument