~ubuntu-branches/ubuntu/raring/notecase/raring

« back to all changes in this revision

Viewing changes to src/ExecuteFile.h

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Handler
  • Date: 2008-12-21 13:09:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20081221130958-0ri77h0x7j1dclkq
Tags: 1.9.8-0ubuntu1
New upstream release (LP: #307752)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
////////////////////////////////////////////////////////////////////////////
2
 
// NoteCase notes manager project <http://notecase.sf.net>
3
 
//
4
 
// This code is licensed under BSD license.See "license.txt" for more details.
5
 
//
6
 
// File: Execute any file path or URL
7
 
////////////////////////////////////////////////////////////////////////////
8
 
 
9
 
#ifndef FILE_EXECUTE_H_
10
 
#define FILE_EXECUTE_H_
11
 
 
12
 
bool ExecuteFile(const char *szFile, const char *szArgs, const char *szDir, void *nData);
13
 
 
14
 
#endif
 
1
////////////////////////////////////////////////////////////////////////////
 
2
// NoteCase notes manager project <http://notecase.sf.net>
 
3
//
 
4
// This code is licensed under BSD license.See "license.txt" for more details.
 
5
//
 
6
// File: Execute any file path or URL
 
7
////////////////////////////////////////////////////////////////////////////
 
8
 
 
9
#ifndef FILE_EXECUTE_H_
 
10
#define FILE_EXECUTE_H_
 
11
 
 
12
bool ExecuteFile(const char *szFile, const char *szArgs, const char *szDir, void *nData);
 
13
 
 
14
#endif