Path: utzoo!attcan!uunet!mcvax!enea!kth!draken!chalmers!tekn01.chalmers.se!d85_kitte From: d85_kitte@tekn01.chalmers.se (Kristian Wedberg) Newsgroups: comp.lang.c Subject: Help, I need some(body!) prototyping Message-ID: <154@tekn01.chalmers.se> Date: 30 Aug 88 20:58:57 GMT Organization: Chalmers Univ. of Technology, Gothenburg, Sweden Lines: 28 [munch, munch away...] Hi! I need help with a prototyping-problem: A FileRequester() of mine uses the address of a filter-function. The parameter is declared as FileRequester(...., filter, ...) .... LONG (*filter)(); ... which is A OK. But. When I try to prototype this with GLOBAL LONG FileRequester(..., LONG*(), ...); and simmilar things I get something TYPES DON'T MATCH something. So, what am I doing wrong? ? ? Hints, help and comments will be appreciated by Kristian Wedberg PS What I'm using? Amiga Lattice C v4.01! (Am I one patch behind?)