comparison src/prpl.c @ 2417:5473c8c5378d

[gaim-migrate @ 2430] boo-yah! committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 03 Oct 2001 09:48:33 +0000
parents 8555e48c02df
children 0394552f2aab
comparison
equal deleted inserted replaced
2416:61b816a7b467 2417:5473c8c5378d
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21
22 #include "gaim.h"
22 #include "prpl.h" 23 #include "prpl.h"
23 #include <sys/types.h> 24 #include <sys/types.h>
24 #include <sys/stat.h> 25 #include <sys/stat.h>
25 #include <unistd.h> 26 #include <unistd.h>
26 27