~kirkland/eucalyptus/label-metadata

« back to all changes in this revision

Viewing changes to gatherlog/handlers.h

  • Committer: graziano obertelli
  • Date: 2009-01-07 03:32:35 UTC
  • Revision ID: graziano@cs.ucsb.edu-20090107033235-oxhuexp18v8hg0pw
Tags: 1.4
from CVS

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef INCLUDE_HANDLERS_H
 
2
#define INCLUDE_HANDLERS_H
 
3
 
 
4
int doGetLogs(char *service, char **outCCLog, char **outNCLog, char **outHTTPDLog, char **outAxis2Log);
 
5
int doGetKeys(char *service, char **outCCCert, char **outNCCert);
 
6
 
 
7
#endif