| 344 | } |
| 345 | |
| 346 | static int non_note_cmp(const struct non_note *a, const struct non_note *b) |
| 347 | { |
| 348 | return strcmp(a->path, b->path); |
| 349 | } |
| 350 | |
| 351 | /* note: takes ownership of path string */ |
| 352 | static void add_non_note(struct notes_tree *t, char *path, |