From 0b7a99e65bb95cd86d8846a21fce1cfc2b0b7495 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Sun, 14 Dec 2008 23:18:06 -0500 Subject: * Rename top level ipkg directory to opkg git-svn-id: http://opkg.googlecode.com/svn/trunk@8 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'conffile.h') diff --git a/conffile.h b/conffile.h index 48c14e1..130d1d8 100644 --- a/conffile.h +++ b/conffile.h @@ -24,7 +24,7 @@ typedef struct nv_pair conffile_t; int conffile_init(conffile_t *conffile, const char *file_name, const char *md5sum); void conffile_deinit(conffile_t *conffile); -int conffile_has_been_modified(struct ipkg_conf *conf, conffile_t *conffile); +int conffile_has_been_modified(struct opkg_conf *conf, conffile_t *conffile); #endif -- cgit v0.9.1