ls-refs.hon commit worktree: update documentation for lock_reason and lock_reason_valid (e21cc07)
   1#ifndef LS_REFS_H
   2#define LS_REFS_H
   3
   4struct repository;
   5struct argv_array;
   6struct packet_reader;
   7extern int ls_refs(struct repository *r, struct argv_array *keys,
   8                   struct packet_reader *request);
   9
  10#endif /* LS_REFS_H */