applauncherd
search.h
Go to the documentation of this file.
1/***************************************************************************
2**
3** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
4** All rights reserved.
5** Contact: Nokia Corporation (directui@nokia.com)
6**
7** This file is part of applauncherd
8**
9** If you have questions regarding the use of this file, please contact
10** Nokia at directui@nokia.com.
11**
12** This library is free software; you can redistribute it and/or
13** modify it under the terms of the GNU Lesser General Public
14** License version 2.1 as published by the Free Software Foundation
15** and appearing in the file LICENSE.LGPL included in the packaging
16** of this file.
17**
18****************************************************************************/
19
20#ifndef SEARCH_H
21#define SEARCH_H
22
23char *search_program(const char *progname);
24
25#endif
26
char * search_program(const char *progname)
Definition search.c:43