-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / base / applications / utils / sdkparse / strip_comments.h
1 // strip_comments.h
2
3 #ifndef STRIP_COMMENTS_H
4 #define STRIP_COMMENTS_H
5
6 #include <string>
7
8 void strip_comments ( std::string& s, bool strip_lf = false );
9
10 #endif//STRIP_COMMENTS_H