ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ayttm-commits] CVS: ayttm/src away_window.h,1.3,1.4 browser.h,1.2,1


From: Philip S Tellis
Subject: Re: [Ayttm-commits] CVS: ayttm/src away_window.h,1.3,1.4 browser.h,1.2,1.3 console_session.h,1.2,1.3 gtk_eb_html.h,1.2,1.3
Date: Tue, 21 Jan 2003 00:11:40 +0530 (IST)

Sometime on Jan 20, Andy Maloney <address@hidden> assembled some...:

> +#ifndef __AWAY_WINDOW_H__
> +#define __AWAY_WINDOW_H__
> +
>  void load_away_messages();
>  void build_away_menu();
>  gchar * get_away_message();
> +
> +#endif

actually ifndef guards aren't required if all we're doing is function 
prototypes.  they're needed to avoid duplicate type declarations.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]