]> git.sesse.net Git - remoteglot-book/blob - merge_count.h
Indent fix.
[remoteglot-book] / merge_count.h
1 #ifndef _MERGE_COUNT_H
2 #define _MERGE_COUNT_H 1
3
4 #include "count.pb.h"
5
6 Count merge_count(const Count& c0, const Count& c1);
7
8 #endif  // !defined(_MERGE_COUNT_H)