summaryrefslogtreecommitdiff
path: root/psutil/arch/osx/sys.h
blob: 344ca21d42cd9c806a255b1fb97941b6ab9113a3 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include <Python.h>

PyObject *psutil_boot_time(PyObject *self, PyObject *args);
PyObject *psutil_users(PyObject *self, PyObject *args);