X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f Date: Sun, 22 Jan 2012 23:28:44 -0500 Message-Id: <201201230428.q0N4SiOC023324@envy.delorie.com> From: DJ Delorie To: geda-help AT delorie DOT com In-reply-to: <20120122234306.GB13485@malakian.lan> (message from Andrew Poelstra on Sun, 22 Jan 2012 15:43:06 -0800) Subject: Re: [geda-help] Help, how can I help? References: <4F1A1196 DOT 20100 AT gmail DOT com> <201201210150 DOT q0L1o04r012622 AT envy DOT delorie DOT com> <4F1C643E DOT 7080503 AT gmail DOT com> <20120122234306 DOT GB13485 AT malakian DOT lan> Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Function pointers may not be NULL. I hope you mean function *addresses* may not be NULL. A NULL function pointer works just fine, and is required for weak support.