office-gobmx/solenv/gcc-wrappers/wrapper.hxx
Luboš Luňák 67317c5e37 remove executable bits from source files
Change-Id: Iba8b39d1ce6f3f9a9fa894c9abc6821b43c80433
2013-03-18 18:18:21 +01:00

24 lines
614 B
C++

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <string>
#include <iostream>
#include <vector>
using namespace std;
string getexe(string exename);
void setupccenv();
string processccargs(vector<string> rawargs);
int startprocess(string command, string args);
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */