Changeset 06adc25 for filterproc.h


Ignore:
Timestamp:
Aug 21, 2010, 3:19:22 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
691d012
Parents:
86f740e
git-author:
David Benjamin <davidben@mit.edu> (08/07/10 19:16:55)
git-committer:
David Benjamin <davidben@mit.edu> (08/21/10 15:19:22)
Message:
Sanitize our include guards somewhat

Avoid double underscores to avoid clashing with reserved symbols. Also
adding BARNOWL to guard names. While I'm at it, owl_prototypes.h could
use guards.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • filterproc.h

    rd564c3d r06adc25  
    1 #ifndef __FILTER_PROC_H__
    2 #define __FILTER_PROC_H__
     1#ifndef INC_BARNOWL_FILTER_PROC_H
     2#define INC_BARNOWL_FILTER_PROC_H
    33
    44int call_filter(const char *prog,
     
    77                char **out, int *status);
    88
    9 #endif
     9#endif /* INC_BARNOWL_FILTER_PROC_H */
Note: See TracChangeset for help on using the changeset viewer.