X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtcreate%2Faf_aux.h;h=b2e3aaf1945963371dede559b886e9dacfd2fc2c;hb=07f272122d467e819536e1c6d20eadbfd040167a;hp=d4353367d92df19293cfbc471d7c7bfe5797734f;hpb=83b6996daa2c5ae22fc2b69093814cb08314954a;p=oweals%2Fcde.git diff --git a/cde/programs/dtcreate/af_aux.h b/cde/programs/dtcreate/af_aux.h index d4353367..b2e3aaf1 100644 --- a/cde/programs/dtcreate/af_aux.h +++ b/cde/programs/dtcreate/af_aux.h @@ -1,3 +1,25 @@ +/* + * CDE - Common Desktop Environment + * + * Copyright (c) 1993-2012, The Open Group. All rights reserved. + * + * These libraries and programs are free software; you can + * redistribute them and/or modify them under the terms of the GNU + * Lesser General Public License as published by the Free Software + * Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * These libraries and programs are distributed in the hope that + * they will be useful, but WITHOUT ANY WARRANTY; without even the + * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with these libraries and programs; if not, write + * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth + * Floor, Boston, MA 02110-1301 USA + */ /* $XConsortium: af_aux.h /main/5 1995/11/01 16:09:45 rswiston $ */ /*****************************************************************************/ /* */ @@ -66,6 +88,7 @@ void getAF_PrintCmd (FiletypeData *); void init_AddFiletype (FiletypeData *); void free_Filetypedata(FiletypeData *); +void init_AddFiletype_dialog_fields(FiletypeData *pFtD); void clear_AddFiletype_dialog_fields(void); void AddFiletypeToList(); void UpdateFiletypeDataArray();