Date: Sat, 22 Jun 2013 15:20:39 GMT From: mattbw@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r253358 - soc2013/mattbw/dummy Message-ID: <201306221520.r5MFKd42033772@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mattbw Date: Sat Jun 22 15:20:39 2013 New Revision: 253358 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=253358 Log: get_details.h somehow got missed out, oops. readded. Added: soc2013/mattbw/dummy/get_details.h Added: soc2013/mattbw/dummy/get_details.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2013/mattbw/dummy/get_details.h Sat Jun 22 15:20:39 2013 (r253358) @@ -0,0 +1,30 @@ +/*- + * Copyright (C) 2013 Matt Windsor <mattbw@FreeBSD.org> + * + * Licensed under the GNU General Public License Version 2 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +#ifndef _PKGNG_BACKEND_GET_DETAILS_H_ +#define _PKGNG_BACKEND_GET_DETAILS_H_ + +#include <glib.h> +#include <pk-backend.h> +#include <pkg.h> + +gboolean get_details_for(gchar *package_id, PkBackend *backend, struct pkgdb *db); + +#endif /* _PKGNG_BACKEND_GET_DETAILS_H_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306221520.r5MFKd42033772>