apply: rename and move opt constants to apply.h
[gitweb.git] / refs / refs-internal.h
index f73e022f0e1ad0d2a87ea016c5dae87bb04c7058..efe584701b7c324a25ab7b20df98b5cbbadbd795 100644 (file)
@@ -404,6 +404,13 @@ struct ref_iterator *files_ref_iterator_begin(const char *submodule,
                                              const char *prefix,
                                              unsigned int flags);
 
+/*
+ * Iterate over the references in the main ref_store that have a
+ * reflog. The paths within a directory are iterated over in arbitrary
+ * order.
+ */
+struct ref_iterator *files_reflog_iterator_begin(void);
+
 /* Internal implementation of reference iteration: */
 
 /*