Skip to content
Snippets Groups Projects
Select Git revision
  • 50a70d5df2f31772d3900596aaa2a7a110825292
  • master default protected
  • puppet-service
3 results

remote_logging.pp

Blame
  • main.h 312 B
    /*
    || This file is part of Pike. For copyright information see COPYRIGHT.
    || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
    || for more information.
    */
    
    #ifndef MAIN_H
    #define MAIN_H
    
    /* Prototypes begin here */
    int main(int argc, char **argv);
    /* Prototypes end here */
    
    #endif /* !MAIN_H */