diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/abrtlib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h index f9228d31..01dfc08a 100644 --- a/inc/abrtlib.h +++ b/inc/abrtlib.h @@ -217,4 +217,6 @@ to_string(T x) return o.str(); } +void parse_release(const char *pRelease, std::string& pProduct, std::string& pVersion); + #endif |