removing software update references.

This commit is contained in:
dougt%netscape.com 1999-05-06 04:18:44 +00:00
Родитель f89e42d376
Коммит 59846cb28f
2 изменённых файлов: 1 добавлений и 32 удалений

Просмотреть файл

@ -1,9 +0,0 @@
#
# This is a list of local files which get copied to the mozilla:dist directory
#
edtplug.h
javasec.h
java.h
softupdt.h
lj.h

Просмотреть файл

@ -15,26 +15,4 @@
* Copyright (C) 1998 Netscape Communications Corporation. All Rights * Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved. * Reserved.
*/ */
#include "structs.h" // this file is not longer used.
/* Public */
typedef void (*SoftUpdateCompletionFunction) (int result, void * closure);
XP_BEGIN_PROTOS
/* Flags for start software update */
/* See trigger.java for docs */
#define FORCE_INSTALL 1
#define SILENT_INSTALL 2
extern XP_Bool SU_StartSoftwareUpdate(MWContext * context,
const char * url,
const char * name,
SoftUpdateCompletionFunction f,
void * completionClosure,
int32 flags); /* FORCE_INSTALL, SILENT_INSTALL */
NET_StreamClass * SU_NewStream (int format_out, void * registration,
URL_Struct * request, MWContext *context);
XP_END_PROTOS