X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=options.h;h=38f4ecd02a44846d9b9ab40c03228800cf916cb3;hb=3ea27fbec92833a25a66f237706ca47a2791db10;hp=35c3d89efc97491c52c72a6825f2ef9a24eda27e;hpb=7f40999b3db608961a2ddf59b9c56b611a856611;p=platform%2Fupstream%2Fltrace.git diff --git a/options.h b/options.h index 35c3d89..38f4ecd 100644 --- a/options.h +++ b/options.h @@ -21,8 +21,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef _OPTIONS_H_ -#define _OPTIONS_H_ + +#ifndef OPTIONS_H +#define OPTIONS_H #include #include @@ -105,4 +106,4 @@ extern struct vect opt_F; extern char **process_options(int argc, char **argv); -#endif /* _OPTIONS_H_ */ +#endif /* OPTIONS_H */